Class: Aws::DynamoDB::Types::DescribeEndpointsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::Endpoint>

List of endpoints.

Returns:



2742
2743
2744
2745
2746
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2742

class DescribeEndpointsResponse < Struct.new(
  :endpoints)
  SENSITIVE = []
  include Aws::Structure
end