Class: Aws::ACM::Types::ListTagsForCertificateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The key-value pairs that define the applied tags.

Returns:



1101
1102
1103
1104
1105
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1101

class ListTagsForCertificateResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end