CloudFormationStackRecordSourceInfo
public struct CloudFormationStackRecordSourceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the export snapshot record.
Declaration
Swift
public let arn: String? -
The name of the record.
Declaration
Swift
public let name: String? -
The Lightsail resource type (e.g., ExportSnapshotRecord).
Declaration
Swift
public let resourceType: CloudFormationStackRecordSourceType? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil, resourceType: CloudFormationStackRecordSourceType? = nil)
View on GitHub
CloudFormationStackRecordSourceInfo Structure Reference