class
Amazonite::Ssm::ValidateCloudConnectorRequest
- Amazonite::Ssm::ValidateCloudConnectorRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/validate_cloud_connector_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(cloud_connector_id : String, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
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 validate.
-
#cloud_connector_id=(cloud_connector_id : String)
The ID of the cloud connector to validate.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of validation findings to return.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of validation findings to return.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
def self.new(cloud_connector_id : String, max_results : Int32 | 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 next_token : String | Nil
#
The token for the next set of items to return. (You received this token from a previous call.)
def next_token=(next_token : String | Nil)
#
The token for the next set of items to return. (You received this token from a previous call.)