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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


1949
1950
1951
1952
1953
1954
1955
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1949

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

#nameString

The name of the record.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1949

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

#resource_typeString

The Lightsail resource type (ExportSnapshotRecord).

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1949

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