Class: Aws::S3Outposts::Types::CreateEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::CreateEndpointResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
88 89 90 91 92 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 88 class CreateEndpointResult < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end |