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.
Constant Summary collapse
- SENSITIVE =
[]
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.
11164 11165 11166 11167 11168 |
# File 'lib/aws-sdk-iam/types.rb', line 11164 class UpdateSAMLProviderResponse < Struct.new( :saml_provider_arn) SENSITIVE = [] include Aws::Structure end |