Class: Aws::Lightsail::Types::DestinationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DestinationInfo
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the destination of a record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource created at the destination.
-
#service ⇒ String
The destination service of the record.
Instance Attribute Details
#id ⇒ String
The ID of the resource created at the destination.
5394 5395 5396 5397 5398 5399 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5394 class DestinationInfo < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The destination service of the record.
5394 5395 5396 5397 5398 5399 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5394 class DestinationInfo < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |