class
Amazonite::Ssm::UpdateCloudConnectorRequest
- Amazonite::Ssm::UpdateCloudConnectorRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_cloud_connector_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_connector_id : String, display_name : String | Nil = nil, configuration : CloudConnectorConfiguration | Nil = nil, description : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_connector_id : String
The ID of the cloud connector to update.
-
#cloud_connector_id=(cloud_connector_id : String)
The ID of the cloud connector to update.
-
#configuration : CloudConnectorConfiguration | Nil
The updated configuration details for connecting to the third-party cloud environment.
-
#configuration=(configuration : CloudConnectorConfiguration | Nil)
The updated configuration details for connecting to the third-party cloud environment.
-
#description : String | Nil
A new description for the cloud connector.
-
#description=(description : String | Nil)
A new description for the cloud connector.
-
#display_name : String | Nil
A new friendly name for the cloud connector.
-
#display_name=(display_name : String | Nil)
A new friendly name for the cloud connector.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(cloud_connector_id : String, display_name : String | Nil = nil, configuration : CloudConnectorConfiguration | Nil = nil, description : String | 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?.
def configuration : CloudConnectorConfiguration | Nil
#
The updated configuration details for connecting to the third-party cloud environment.
def configuration=(configuration : CloudConnectorConfiguration | Nil)
#
The updated configuration details for connecting to the third-party cloud environment.