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.
9177 9178 9179 9180 |
# File 'lib/aws-sdk-iam/types.rb', line 9177 class UpdateSAMLProviderResponse < Struct.new( :saml_provider_arn) include Aws::Structure end |