GetAssociatedRoleResponse
public struct GetAssociatedRoleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the role was associated with the group.
Declaration
Swift
public let associatedAt: String?
-
The ARN of the role that is associated with the group.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(associatedAt: String? = nil, roleArn: String? = nil)