Class: Aws::Types::GetKxClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxClusterResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#cache_storage_configurations ⇒ ::Array[Types::KxCacheStorageConfiguration]
Returns the value of attribute cache_storage_configurations.
-
#capacity_configuration ⇒ Types::CapacityConfiguration
Returns the value of attribute capacity_configuration.
-
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
-
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
-
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#savedown_storage_configuration ⇒ Types::KxSavedownStorageConfiguration
Returns the value of attribute savedown_storage_configuration.
-
#scaling_group_configuration ⇒ Types::KxScalingGroupConfiguration
Returns the value of attribute scaling_group_configuration.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tickerplant_log_configuration ⇒ Types::TickerplantLogConfiguration
Returns the value of attribute tickerplant_log_configuration.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
453 454 455 |
# File 'sig/types.rbs', line 453 def auto_scaling_configuration @auto_scaling_configuration end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
465 466 467 |
# File 'sig/types.rbs', line 465 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
464 465 466 |
# File 'sig/types.rbs', line 464 def az_mode @az_mode end |
#cache_storage_configurations ⇒ ::Array[Types::KxCacheStorageConfiguration]
Returns the value of attribute cache_storage_configurations.
452 453 454 |
# File 'sig/types.rbs', line 452 def cache_storage_configurations @cache_storage_configurations end |
#capacity_configuration ⇒ Types::CapacityConfiguration
Returns the value of attribute capacity_configuration.
455 456 457 |
# File 'sig/types.rbs', line 455 def capacity_configuration @capacity_configuration end |
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
454 455 456 |
# File 'sig/types.rbs', line 454 def cluster_description @cluster_description end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
447 448 449 |
# File 'sig/types.rbs', line 447 def cluster_name @cluster_name end |
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
448 449 450 |
# File 'sig/types.rbs', line 448 def cluster_type @cluster_type end |
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
460 461 462 |
# File 'sig/types.rbs', line 460 def code @code end |
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
459 460 461 |
# File 'sig/types.rbs', line 459 def command_line_arguments @command_line_arguments end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
466 467 468 |
# File 'sig/types.rbs', line 466 def @created_timestamp end |
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
451 452 453 |
# File 'sig/types.rbs', line 451 def databases @databases end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
461 462 463 |
# File 'sig/types.rbs', line 461 def execution_role @execution_role end |
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
458 459 460 |
# File 'sig/types.rbs', line 458 def initialization_script @initialization_script end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
462 463 464 |
# File 'sig/types.rbs', line 462 def @last_modified_timestamp end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
456 457 458 |
# File 'sig/types.rbs', line 456 def release_label @release_label end |
#savedown_storage_configuration ⇒ Types::KxSavedownStorageConfiguration
Returns the value of attribute savedown_storage_configuration.
463 464 465 |
# File 'sig/types.rbs', line 463 def savedown_storage_configuration @savedown_storage_configuration end |
#scaling_group_configuration ⇒ Types::KxScalingGroupConfiguration
Returns the value of attribute scaling_group_configuration.
467 468 469 |
# File 'sig/types.rbs', line 467 def scaling_group_configuration @scaling_group_configuration end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
445 446 447 |
# File 'sig/types.rbs', line 445 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
446 447 448 |
# File 'sig/types.rbs', line 446 def status_reason @status_reason end |
#tickerplant_log_configuration ⇒ Types::TickerplantLogConfiguration
Returns the value of attribute tickerplant_log_configuration.
449 450 451 |
# File 'sig/types.rbs', line 449 def tickerplant_log_configuration @tickerplant_log_configuration end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
450 451 452 |
# File 'sig/types.rbs', line 450 def volumes @volumes end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
457 458 459 |
# File 'sig/types.rbs', line 457 def vpc_configuration @vpc_configuration end |