GetServiceRoleForAccountResponse

public struct GetServiceRoleForAccountResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The time when the service role was associated with the account.

    Declaration

    Swift

    public let associatedAt: String?
  • The ARN of the role which is associated with the account.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(associatedAt: String? = nil, roleArn: String? = nil)