Class: Aws::S3Control::Types::CreateAccessPointResult

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

#access_point_arnString

The ARN of the access point.

This is only supported by Amazon S3 on Outposts.

Returns:

  • (String)


968
969
970
971
972
973
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 968

class CreateAccessPointResult < Struct.new(
  :access_point_arn,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#aliasString

The name or alias of the access point.

Returns:

  • (String)


968
969
970
971
972
973
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 968

class CreateAccessPointResult < Struct.new(
  :access_point_arn,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end