Class: Aws::OpsWorks::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ListTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Do not use.
-
#next_token ⇒ String
Do not use.
-
#resource_arn ⇒ String
The stack or layer’s Amazon Resource Number (ARN).
Instance Attribute Details
#max_results ⇒ Integer
Do not use. A validation exception occurs if you add a ‘MaxResults` parameter to a `ListTagsRequest` call.
3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3964 class ListTagsRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Do not use. A validation exception occurs if you add a ‘NextToken` parameter to a `ListTagsRequest` call.
3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3964 class ListTagsRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The stack or layer’s Amazon Resource Number (ARN).
3964 3965 3966 3967 3968 3969 3970 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3964 class ListTagsRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |