Class: Aws::Types::CreateKxVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
-
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
262 263 264 |
# File 'sig/types.rbs', line 262 def availability_zone_ids @availability_zone_ids end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
261 262 263 |
# File 'sig/types.rbs', line 261 def az_mode @az_mode end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
255 256 257 |
# File 'sig/types.rbs', line 255 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
259 260 261 |
# File 'sig/types.rbs', line 259 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
256 257 258 |
# File 'sig/types.rbs', line 256 def environment_id @environment_id end |
#nas1_configuration ⇒ Types::KxNAS1Configuration
Returns the value of attribute nas1_configuration.
260 261 262 |
# File 'sig/types.rbs', line 260 def nas1_configuration @nas1_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
263 264 265 |
# File 'sig/types.rbs', line 263 def @tags end |
#volume_name ⇒ ::String
Returns the value of attribute volume_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def volume_name @volume_name end |
#volume_type ⇒ "NAS_1"
Returns the value of attribute volume_type.
257 258 259 |
# File 'sig/types.rbs', line 257 def volume_type @volume_type end |