Class: Aws::S3Outposts::Types::DeleteEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::DeleteEndpointRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_id ⇒ String
The ID of the endpoint.
-
#outpost_id ⇒ String
The ID of the Outposts.
Instance Attribute Details
#endpoint_id ⇒ String
The ID of the endpoint.
104 105 106 107 108 109 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 104 class DeleteEndpointRequest < Struct.new( :endpoint_id, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Outposts.
104 105 106 107 108 109 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 104 class DeleteEndpointRequest < Struct.new( :endpoint_id, :outpost_id) SENSITIVE = [] include Aws::Structure end |