ResourceInfo
public struct ResourceInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time the resource was last modified.
Declaration
Swift
public let lastModified: TimeStamp?
-
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let resourceArn: String?
-
The IAM role that registered a resource.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(lastModified: TimeStamp? = nil, resourceArn: String? = nil, roleArn: String? = nil)