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

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

#access_point_arnString

The ARN of the access point.

<note markdown=“1”> This is only supported by Amazon S3 on Outposts.

</note>

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-s3control/types.rb', line 1004

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

#aliasString

The name or alias of the access point.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
# File 'lib/aws-sdk-s3control/types.rb', line 1004

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