class
Amazonite::Ssm::GetCloudConnectorResult
- Amazonite::Ssm::GetCloudConnectorResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_cloud_connector_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_connector_arn : String | Nil = nil, display_name : String | Nil = nil, description : String | Nil = nil, role_arn : String | Nil = nil, configuration : CloudConnectorConfiguration | Nil = nil, config_connector_arn : String | Nil = nil, created_at : Time | Nil = nil, updated_at : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_connector_arn : String | Nil
The ARN of the cloud connector.
-
#cloud_connector_arn=(cloud_connector_arn : String | Nil)
The ARN of the cloud connector.
-
#config_connector_arn : String | Nil
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
-
#config_connector_arn=(config_connector_arn : String | Nil)
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
-
#configuration : CloudConnectorConfiguration | Nil
The configuration details for the third-party cloud environment connection.
-
#configuration=(configuration : CloudConnectorConfiguration | Nil)
The configuration details for the third-party cloud environment connection.
-
#created_at : Time | Nil
The date and time the cloud connector was created.
-
#created_at=(created_at : Time | Nil)
The date and time the cloud connector was created.
-
#description : String | Nil
The description of the cloud connector.
-
#description=(description : String | Nil)
The description of the cloud connector.
-
#display_name : String | Nil
The friendly name of the cloud connector.
-
#display_name=(display_name : String | Nil)
The friendly name of the cloud connector.
-
#hash(hasher)
See
Object#hash(hasher) -
#role_arn : String | Nil
The ARN of the IAM role used by the cloud connector.
-
#role_arn=(role_arn : String | Nil)
The ARN of the IAM role used by the cloud connector.
-
#updated_at : Time | Nil
The date and time the cloud connector was last updated.
-
#updated_at=(updated_at : Time | Nil)
The date and time the cloud connector was last updated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
The configuration details for the third-party cloud environment connection.
The configuration details for the third-party cloud environment connection.