Class: Aws::DynamoDB::Types::DescribeEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::Endpoint>
List of endpoints.
Instance Attribute Details
#endpoints ⇒ Array<Types::Endpoint>
List of endpoints.
2771 2772 2773 2774 2775 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2771 class DescribeEndpointsResponse < Struct.new( :endpoints) SENSITIVE = [] include Aws::Structure end |