Class: Aws::ACM::Types::ListTagsForCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ListTagsForCertificateResponse
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The key-value pairs that define the applied tags.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The key-value pairs that define the applied tags.
1091 1092 1093 1094 1095 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1091 class ListTagsForCertificateResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |