Class: Aws::IAM::Types::GetSAMLProviderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Note:

When making an API call, you may pass GetSAMLProviderRequest data as a hash:

{
  saml_provider_arn: "arnType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#saml_provider_arnString

The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about.

For more information about ARNs, see [Amazon Resource Names (ARNs) and AWS Service Namespaces] in the *AWS General Reference*.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


3435
3436
3437
3438
# File 'lib/aws-sdk-iam/types.rb', line 3435

class GetSAMLProviderRequest < Struct.new(
  :saml_provider_arn)
  include Aws::Structure
end