You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Outposts::Types::CreateEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  outpost_id: "OutpostId", # required
  subnet_id: "SubnetId", # required
  security_group_id: "SecurityGroupId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_idString

The ID of the AWS Outpost.

Returns:

  • (String)

    The ID of the AWS Outpost.

#security_group_idString

The ID of the security group to use with the endpoint.

Returns:

  • (String)

    The ID of the security group to use with the endpoint.

#subnet_idString

The ID of the subnet in the selected VPC.

Returns:

  • (String)

    The ID of the subnet in the selected VPC.