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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


3068
3069
3070
3071
3072
3073
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3068

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)


3068
3069
3070
3071
3072
3073
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3068

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