Class: Aws::ACMPCA::Types::ListTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::ListTagsResponse
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
-
#tags ⇒ Array<Types::Tag>
The tags associated with your private CA.
Instance Attribute Details
#next_token ⇒ String
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1972 class ListTagsResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags associated with your private CA.
1972 1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1972 class ListTagsResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |