class
Amazonite::Ssm::CloudConnectorSummary
- Amazonite::Ssm::CloudConnectorSummary
- Reference
- Object
Overview
Summary information about a cloud connector.
Included Modules
- JSON::Serializable
Defined in:
ssm/cloud_connector_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_connector_id : String | Nil = nil, display_name : String | Nil = nil, description : String | Nil = nil, role_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_id : String | Nil
The ID of the cloud connector.
-
#cloud_connector_id=(cloud_connector_id : String | Nil)
The ID of the cloud connector.
-
#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
def self.new(cloud_connector_id : String | Nil = nil, display_name : String | Nil = nil, description : String | Nil = nil, role_arn : String | Nil = nil, created_at : Time | Nil = nil, updated_at : Time | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.