Class: Aws::EFS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
NextToken
is present if the response payload is paginated. -
#tags ⇒ Array<Types::Tag>
An array of the tags for the specified EFS resource.
Instance Attribute Details
#next_token ⇒ String
NextToken
is present if the response payload is paginated. You can
use NextToken
in a subsequent request to fetch the next page of
access point descriptions.
1944 1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1944 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of the tags for the specified EFS resource.
1944 1945 1946 1947 1948 1949 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1944 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |