Class: Aws::IAM::Types::CreateOpenIDConnectProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateOpenIDConnectProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateOpenIDConnectProvider request.
Instance Attribute Summary collapse
-
#open_id_connect_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created.
Instance Attribute Details
#open_id_connect_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the new IAM OpenID Connect provider that is created. For more information, see OpenIDConnectProviderListEntry.
887 888 889 890 |
# File 'lib/aws-sdk-iam/types.rb', line 887 class CreateOpenIDConnectProviderResponse < Struct.new( :open_id_connect_provider_arn) include Aws::Structure end |