You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TimestreamWrite::Types::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents an available endpoint against which to make API calls agaisnt, as well as the TTL for that endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

An endpoint address.

Returns:

  • (String)

    An endpoint address.

#cache_period_in_minutesInteger

The TTL for the endpoint, in minutes.

Returns:

  • (Integer)

    The TTL for the endpoint, in minutes.