RemoveRoleFromDBInstanceMessage
public struct RemoveRoleFromDBInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the DB instance to disassociate the IAM role from.
Declaration
Swift
public let dBInstanceIdentifier: String
-
The name of the feature for the DB instance that the IAM role is to be disassociated from. For the list of supported feature names, see DBEngineVersion.
Declaration
Swift
public let featureName: String
-
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, featureName: String, roleArn: String)