class Amazonite::Ssm::UpdateCloudConnectorRequest

Included Modules

Defined in:

ssm/update_cloud_connector_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(cloud_connector_id : String, display_name : String | Nil = nil, configuration : CloudConnectorConfiguration | Nil = nil, description : String | 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 #

The ID of the cloud connector to update.


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

The ID of the cloud connector to update.


[View source]
def configuration : CloudConnectorConfiguration | Nil #

The updated configuration details for connecting to the third-party cloud environment.


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

The updated configuration details for connecting to the third-party cloud environment.


[View source]
def description : String | Nil #

A new description for the cloud connector.


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

A new description for the cloud connector.


[View source]
def display_name : String | Nil #

A new friendly name for the cloud connector.


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

A new friendly name for the cloud connector.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]