Class: Aws::IAM::Types::UpdateSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UpdateSAMLProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful UpdateSAMLProvider request.
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider that was updated.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider that was updated.
8176 8177 8178 8179 |
# File 'lib/aws-sdk-iam/types.rb', line 8176 class UpdateSAMLProviderResponse < Struct.new( :saml_provider_arn) include Aws::Structure end |