Class: Aws::S3Outposts::Types::DeleteEndpointRequest

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

Overview

Note:

When making an API call, you may pass DeleteEndpointRequest data as a hash:

{
  endpoint_id: "EndpointId", # required
  outpost_id: "OutpostId", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_idString

The ID of the endpoint.

Returns:

  • (String)


118
119
120
121
122
123
# File 'lib/aws-sdk-s3outposts/types.rb', line 118

class DeleteEndpointRequest < Struct.new(
  :endpoint_id,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the AWS Outposts.

Returns:

  • (String)


118
119
120
121
122
123
# File 'lib/aws-sdk-s3outposts/types.rb', line 118

class DeleteEndpointRequest < Struct.new(
  :endpoint_id,
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end