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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2664
2665
2666
2667
2668
# File 'lib/aws-sdk-dynamodb/types.rb', line 2664

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