Class: Aws::DynamoDB::Types::Endpoint

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

Overview

An endpoint information details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

IP address of the endpoint.

Returns:

  • (String)


3047
3048
3049
3050
3051
3052
# File 'lib/aws-sdk-dynamodb/types.rb', line 3047

class Endpoint < Struct.new(
  :address,
  :cache_period_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#cache_period_in_minutesInteger

Endpoint cache time to live (TTL) value.

Returns:

  • (Integer)


3047
3048
3049
3050
3051
3052
# File 'lib/aws-sdk-dynamodb/types.rb', line 3047

class Endpoint < Struct.new(
  :address,
  :cache_period_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end