Class: Aws::WorkSpacesWeb::Types::DeleteIdentityProviderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1279
1280
1281
1282
1283
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1279

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