Class: Aws::DirectConnect::Types::DescribeTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeTagsRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources.
Instance Attribute Details
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources.
1983 1984 1985 1986 1987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1983 class DescribeTagsRequest < Struct.new( :resource_arns) SENSITIVE = [] include Aws::Structure end |