Class: Aws::S3Control::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the resource owner.

Returns:

  • (String)


5170
5171
5172
5173
5174
5175
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5170

class ListTagsForResourceRequest < Struct.new(
  :account_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the S3 resource that you want to list the tags for. The tagged resource can be an S3 Storage Lens group or S3 Access Grants instance, registered location, or grant.

Returns:

  • (String)


5170
5171
5172
5173
5174
5175
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5170

class ListTagsForResourceRequest < Struct.new(
  :account_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end