Class: Aws::IAM::Types::CreateSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateSAMLProviderResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateSAMLProvider request.
Constant Summary collapse
- SENSITIVE =
[]
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.
1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1415 class CreateSAMLProviderResponse < Struct.new( :saml_provider_arn) SENSITIVE = [] include Aws::Structure end |