DescribeRdsDbInstancesRequest
public struct DescribeRdsDbInstancesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array containing the ARNs of the instances to be described.
Declaration
Swift
public let rdsDbInstanceArns: [String]?
-
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
Declaration
Swift
public let stackId: String
-
Undocumented
Declaration
Swift
public init(rdsDbInstanceArns: [String]? = nil, stackId: String)