class
Amazonite::Ssm::ListCloudConnectorsResult
- Amazonite::Ssm::ListCloudConnectorsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_cloud_connectors_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_connectors : Array(CloudConnectorSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#cloud_connectors : Array(CloudConnectorSummary) | Nil
A list of cloud connector summary objects.
-
#cloud_connectors=(cloud_connectors : Array(CloudConnectorSummary) | Nil)
A list of cloud connector summary objects.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
def self.new(cloud_connectors : Array(CloudConnectorSummary) | Nil = nil, next_token : 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 cloud_connectors : Array(CloudConnectorSummary) | Nil
#
A list of cloud connector summary objects.
def cloud_connectors=(cloud_connectors : Array(CloudConnectorSummary) | Nil)
#
A list of cloud connector summary objects.
def next_token=(next_token : String | Nil)
#
The token to use when requesting the next set of items.