Class: Aws::EC2::Types::FederatedAuthenticationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The IAM SAML identity provider used for federated authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

Returns:

  • (String)


32602
32603
32604
32605
32606
32607
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32602

class FederatedAuthenticationRequest < Struct.new(
  :saml_provider_arn,
  :self_service_saml_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end

#self_service_saml_provider_arnString

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

Returns:

  • (String)


32602
32603
32604
32605
32606
32607
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32602

class FederatedAuthenticationRequest < Struct.new(
  :saml_provider_arn,
  :self_service_saml_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end