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 (e.g.,
ExportSnapshotRecord
).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the export snapshot record.
2029 2030 2031 2032 2033 2034 2035 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2029 class CloudFormationStackRecordSourceInfo < Struct.new( :resource_type, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the record.
2029 2030 2031 2032 2033 2034 2035 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2029 class CloudFormationStackRecordSourceInfo < Struct.new( :resource_type, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Lightsail resource type (e.g., ExportSnapshotRecord
).
2029 2030 2031 2032 2033 2034 2035 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2029 class CloudFormationStackRecordSourceInfo < Struct.new( :resource_type, :name, :arn) SENSITIVE = [] include Aws::Structure end |