InstanceMetadata

public struct InstanceMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the identity store that is connected to the SSO instance.

    Declaration

    Swift

    public let identityStoreId: String?
  • The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let instanceArn: String?
  • Undocumented

    Declaration

    Swift

    public init(identityStoreId: String? = nil, instanceArn: String? = nil)