Class: Aws::DynamoDB::Types::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::Endpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
An endpoint information details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
IP address of the endpoint.
-
#cache_period_in_minutes ⇒ Integer
Endpoint cache time to live (TTL) value.
Instance Attribute Details
#address ⇒ String
IP address of the endpoint.
3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3146 class Endpoint < Struct.new( :address, :cache_period_in_minutes) SENSITIVE = [] include Aws::Structure end |
#cache_period_in_minutes ⇒ Integer
Endpoint cache time to live (TTL) value.
3146 3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3146 class Endpoint < Struct.new( :address, :cache_period_in_minutes) SENSITIVE = [] include Aws::Structure end |