Class: Aws::Lightsail::Types::DestinationInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the resource created at the destination.

Returns:

  • (String)


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

#serviceString

The destination service of the record.

Returns:

  • (String)


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