Class: Aws::EKS::Types::AssociateIdentityProviderConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AssociateIdentityProviderConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
-
#update ⇒ Types::Update
An object representing an asynchronous update.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
587 588 589 590 591 592 |
# File 'lib/aws-sdk-eks/types.rb', line 587 class AssociateIdentityProviderConfigResponse < Struct.new( :update, :tags) SENSITIVE = [] include Aws::Structure end |
#update ⇒ Types::Update
An object representing an asynchronous update.
587 588 589 590 591 592 |
# File 'lib/aws-sdk-eks/types.rb', line 587 class AssociateIdentityProviderConfigResponse < Struct.new( :update, :tags) SENSITIVE = [] include Aws::Structure end |