Class: Aws::IAM::Types::OpenIDConnectProviderListEntry

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

Overview

Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

For more information about ARNs, go to [Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference*.

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

Returns:

  • (String)


7573
7574
7575
7576
7577
# File 'lib/aws-sdk-iam/types.rb', line 7573

class OpenIDConnectProviderListEntry < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end