Class: Aws::Lightsail::Types::CloudFormationStackRecordSourceInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes the source of a CloudFormation stack record (i.e., the export snapshot record).

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the export snapshot record.

Returns:

  • (String)


487
488
489
490
491
492
# File 'lib/aws-sdk-lightsail/types.rb', line 487

class CloudFormationStackRecordSourceInfo < Struct.new(
  :resource_type,
  :name,
  :arn)
  include Aws::Structure
end

#nameString

The name of the record.

Returns:

  • (String)


487
488
489
490
491
492
# File 'lib/aws-sdk-lightsail/types.rb', line 487

class CloudFormationStackRecordSourceInfo < Struct.new(
  :resource_type,
  :name,
  :arn)
  include Aws::Structure
end

#resource_typeString

The Lightsail resource type (e.g., ‘ExportSnapshotRecord`).

Returns:

  • (String)


487
488
489
490
491
492
# File 'lib/aws-sdk-lightsail/types.rb', line 487

class CloudFormationStackRecordSourceInfo < Struct.new(
  :resource_type,
  :name,
  :arn)
  include Aws::Structure
end