Method: Aws::TimestreamWrite::Types::Endpoint#address
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
#address ⇒ String
An endpoint address.
713 714 715 716 717 718 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 713 class Endpoint < Struct.new( :address, :cache_period_in_minutes) SENSITIVE = [] include Aws::Structure end |