ResourceDetail
public struct ResourceDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the resource.
Declaration
Swift
public let arn: String?
-
The creation time of the resource.
Declaration
Swift
public let createdTime: TimeStamp?
-
The description of the resource.
Declaration
Swift
public let description: String?
-
The identifier of the resource.
Declaration
Swift
public let id: String?
-
The name of the resource.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, description: String? = nil, id: String? = nil, name: String? = nil)