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.
592 593 594 595 596 597 |
# File 'lib/aws-sdk-eks/types.rb', line 592 class AssociateIdentityProviderConfigResponse < Struct.new( :update, :tags) SENSITIVE = [] include Aws::Structure end |
#update ⇒ Types::Update
An object representing an asynchronous update.
592 593 594 595 596 597 |
# File 'lib/aws-sdk-eks/types.rb', line 592 class AssociateIdentityProviderConfigResponse < Struct.new( :update, :tags) SENSITIVE = [] include Aws::Structure end |