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).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-lightsail/types.rb', line 2063

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

#nameString

The name of the record.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-lightsail/types.rb', line 2063

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

#resource_typeString

The Lightsail resource type (‘ExportSnapshotRecord`).

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
2069
# File 'lib/aws-sdk-lightsail/types.rb', line 2063

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