Class: Aws::Lightsail::Types::CloudFormationStackRecordSourceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CloudFormationStackRecordSourceInfo
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the export snapshot record.
-
#name ⇒ String
The name of the record.
-
#resource_type ⇒ String
The Lightsail resource type (
ExportSnapshotRecord
).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the export snapshot record.
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 |
#name ⇒ String
The name of the record.
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_type ⇒ String
The Lightsail resource type (ExportSnapshotRecord
).
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 |