Class: Aws::IAM::Types::CreateSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateSAMLProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateSAMLProvider request.
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new SAML provider resource in IAM.
1275 1276 1277 1278 |
# File 'lib/aws-sdk-iam/types.rb', line 1275 class CreateSAMLProviderResponse < Struct.new( :saml_provider_arn) include Aws::Structure end |