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

Class: Aws::GroundStation::Types::EndpointDetails

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

Overview

Note:

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

{
  endpoint: {
    address: {
      name: "String", # required
      port: 1, # required
    },
    mtu: 1,
    name: "SafeName",
    status: "created", # accepts created, creating, deleted, deleting, failed
  },
  security_details: {
    role_arn: "RoleArn", # required
    security_group_ids: ["String"], # required
    subnet_ids: ["String"], # required
  },
}

Information about the endpoint details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::DataflowEndpoint

A dataflow endpoint.

Returns:

#security_detailsTypes::SecurityDetails

Endpoint security details.

Returns: