ResourceGroup
public struct ResourceGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the resource group.
Declaration
Swift
public let arn: String
-
The time at which resource group is created.
Declaration
Swift
public let createdAt: TimeStamp
-
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
Declaration
Swift
public let tags: [ResourceGroupTag]
-
Undocumented
Declaration
Swift
public init(arn: String, createdAt: TimeStamp, tags: [ResourceGroupTag])