Class: Aws::WorkSpacesWeb::Types::CreateIdentityProviderResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arnString

The ARN of the identity provider.

Returns:

  • (String)


600
601
602
603
604
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 600

class CreateIdentityProviderResponse < Struct.new(
  :identity_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end