Class: Aws::EKS::Types::StorageConfigResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#block_storageTypes::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.

Returns:



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