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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the new IAM OIDC provider.
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].
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_OpenIDConnectProviderListEntry.html
1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-iam/types.rb', line 1039 class CreateOpenIDConnectProviderResponse < Struct.new( :open_id_connect_provider_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the new IAM OIDC provider. The returned list of tags is sorted by tag key. For more information about tagging, see [Tagging IAM resources] in the *IAM User Guide*.
1039 1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-iam/types.rb', line 1039 class CreateOpenIDConnectProviderResponse < Struct.new( :open_id_connect_provider_arn, :tags) SENSITIVE = [] include Aws::Structure end |