Class: Aws::EC2::Types::FederatedAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FederatedAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the IAM SAML identity providers used for federated authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
-
#self_service_saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
33114 33115 33116 33117 33118 33119 |
# File 'lib/aws-sdk-ec2/types.rb', line 33114 class FederatedAuthentication < Struct.new( :saml_provider_arn, :self_service_saml_provider_arn) SENSITIVE = [] include Aws::Structure end |
#self_service_saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
33114 33115 33116 33117 33118 33119 |
# File 'lib/aws-sdk-ec2/types.rb', line 33114 class FederatedAuthentication < Struct.new( :saml_provider_arn, :self_service_saml_provider_arn) SENSITIVE = [] include Aws::Structure end |