Class: Aws::Lightsail::Types::DestinationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DestinationInfo
- Includes:
- Structure
- Defined in:
- 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.
5413 5414 5415 5416 5417 5418 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5413 class DestinationInfo < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The destination service of the record.
5413 5414 5415 5416 5417 5418 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5413 class DestinationInfo < Struct.new( :id, :service) SENSITIVE = [] include Aws::Structure end |