AggregateResourceIdentifier
public struct AggregateResourceIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS resource.
Declaration
Swift
public let resourceId: String
-
The name of the AWS resource.
Declaration
Swift
public let resourceName: String?
-
The type of the AWS resource.
Declaration
Swift
public let resourceType: ResourceType
-
The 12-digit account ID of the source account.
Declaration
Swift
public let sourceAccountId: String
-
The source region where data is aggregated.
Declaration
Swift
public let sourceRegion: String
-
Undocumented
Declaration
Swift
public init(resourceId: String, resourceName: String? = nil, resourceType: ResourceType, sourceAccountId: String, sourceRegion: String)
-
Declaration
Swift
public func validate(name: String) throws