class Amazonite::Ssm::CloudConnectorSummary

Overview

Summary information about a cloud connector.

Included Modules

Defined in:

ssm/cloud_connector_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def cloud_connector_id : String | Nil #

The ID of the cloud connector.


[View source]
def cloud_connector_id=(cloud_connector_id : String | Nil) #

The ID of the cloud connector.


[View source]
def created_at : Time | Nil #

The date and time the cloud connector was created.


[View source]
def created_at=(created_at : Time | Nil) #

The date and time the cloud connector was created.


[View source]
def description : String | Nil #

The description of the cloud connector.


[View source]
def description=(description : String | Nil) #

The description of the cloud connector.


[View source]
def display_name : String | Nil #

The friendly name of the cloud connector.


[View source]
def display_name=(display_name : String | Nil) #

The friendly name of the cloud connector.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def role_arn : String | Nil #

The ARN of the IAM role used by the cloud connector.


[View source]
def role_arn=(role_arn : String | Nil) #

The ARN of the IAM role used by the cloud connector.


[View source]
def updated_at : Time | Nil #

The date and time the cloud connector was last updated.


[View source]
def updated_at=(updated_at : Time | Nil) #

The date and time the cloud connector was last updated.


[View source]
def validate! : Nil #

[View source]