Class: Aws::IAM::Types::OpenIDConnectProviderListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::OpenIDConnectProviderListEntry
- Defined in:
- gems/aws-sdk-iam/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
-
#arn ⇒ String
The Amazon Resource Name (ARN).
Instance Attribute Details
#arn ⇒ String
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.
7738 7739 7740 7741 7742 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7738 class OpenIDConnectProviderListEntry < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |