Class: Aws::S3Outposts::Types::CreateEndpointResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint.

Returns:

  • (String)


88
89
90
91
92
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 88

class CreateEndpointResult < Struct.new(
  :endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end