Class: Aws::WorkSpacesWeb::Types::GetIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider_arn ⇒ String
The ARN of the identity provider.
Instance Attribute Details
#identity_provider_arn ⇒ String
The ARN of the identity provider.
1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1572 class GetIdentityProviderRequest < Struct.new( :identity_provider_arn) SENSITIVE = [] include Aws::Structure end |