class
Amazonite::ApiGateway::GetTagsRequest
- Amazonite::ApiGateway::GetTagsRequest
- Reference
- Object
Overview
Gets the Tags collection for a given resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_tags_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String, position : String | Nil = nil, limit : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
(Not currently supported) The maximum number of returned results per page.
-
#limit=(limit : Int32 | Nil)
(Not currently supported) The maximum number of returned results per page.
-
#position : String | Nil
(Not currently supported) The current pagination position in the paged result set.
-
#position=(position : String | Nil)
(Not currently supported) The current pagination position in the paged result set.
-
#resource_arn : String
The ARN of a resource that can be tagged.
-
#resource_arn=(resource_arn : String)
The ARN of a resource that can be tagged.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
(Not currently supported) The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
(Not currently supported) The current pagination position in the paged result set.
(Not currently supported) The current pagination position in the paged result set.