Class: Aws::PinpointSMSVoiceV2::Types::ListTagsForResourceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListTagsForResourceResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the resource.
-
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the resource.
3607 3608 3609 3610 3611 3612 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3607 class ListTagsForResourceResult < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
3607 3608 3609 3610 3611 3612 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3607 class ListTagsForResourceResult < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |