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

Class: Aws::S3Outposts::Types::Endpoint

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

Overview

S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_blockString

The VPC CIDR committed by this endpoint.

Returns:

  • (String)

    The VPC CIDR committed by this endpoint.

#creation_timeTime

The time the endpoint was created.

Returns:

  • (Time)

    The time the endpoint was created.

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the endpoint.

#network_interfacesArray<Types::NetworkInterface>

The network interface of the endpoint.

Returns:

#outposts_idString

The ID of the AWS Outpost.

Returns:

  • (String)

    The ID of the AWS Outpost.

#statusString

The status of the endpoint.

Possible values:

  • PENDING
  • AVAILABLE

Returns:

  • (String)

    The status of the endpoint.