Class: Aws::PcaConnectorScep::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The key-value pairs to associate with the resource.
709 710 711 712 713 |
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 709 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |