class Amazonite::Ssm::GetCloudConnectorResult

Included Modules

Defined in:

ssm/get_cloud_connector_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[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_arn : String | Nil #

The ARN of the cloud connector.


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

The ARN of the cloud connector.


[View source]
def config_connector_arn : String | Nil #

The ARN of the Amazon Web Services Config connector associated with this cloud connector.


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

The ARN of the Amazon Web Services Config connector associated with this cloud connector.


[View source]
def configuration : CloudConnectorConfiguration | Nil #

The configuration details for the third-party cloud environment connection.


[View source]
def configuration=(configuration : CloudConnectorConfiguration | Nil) #

The configuration details for the third-party cloud environment connection.


[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]