Class: Aws::EKS::Types::StorageConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::StorageConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Indicates the status of the request to update the block storage capability of your EKS Auto Mode cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#block_storage ⇒ Types::BlockStorage
Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster.
Instance Attribute Details
#block_storage ⇒ Types::BlockStorage
Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.
5907 5908 5909 5910 5911 |
# File 'lib/aws-sdk-eks/types.rb', line 5907 class StorageConfigResponse < Struct.new( :block_storage) SENSITIVE = [] include Aws::Structure end |