Class: Aws::S3Control::Types::GetMultiRegionAccessPointPolicyStatusRequest

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 for the owner of the Multi-Region Access Point.

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3198

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

#nameString

Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.

Returns:

  • (String)


3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3198

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