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

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

Instance Attribute Details

#idString

The ID of the resource created at the destination.

Returns:

  • (String)


5414
5415
5416
5417
5418
5419
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5414

class DestinationInfo < Struct.new(
  :id,
  :service)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The destination service of the record.

Returns:

  • (String)


5414
5415
5416
5417
5418
5419
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5414

class DestinationInfo < Struct.new(
  :id,
  :service)
  SENSITIVE = []
  include Aws::Structure
end