Class: Aws::S3Control::Types::GetMultiRegionAccessPointRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3300
3301
3302
3303
3304
3305
# File 'lib/aws-sdk-s3control/types.rb', line 3300

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

#nameString

The name of the Multi-Region Access Point whose configuration information you want to receive. 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 [Rules for naming Amazon S3 Multi-Region Access Points] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
# File 'lib/aws-sdk-s3control/types.rb', line 3300

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