Class: Aws::Types::CreateKxClusterResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxClusterResponse
- 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.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#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.
126 127 128 |
# File 'sig/types.rbs', line 126 def auto_scaling_configuration @auto_scaling_configuration end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
137 138 139 |
# File 'sig/types.rbs', line 137 def az_mode @az_mode end |
#cache_storage_configurations ⇒ ::Array[Types::KxCacheStorageConfiguration]
Returns the value of attribute cache_storage_configurations.
125 126 127 |
# File 'sig/types.rbs', line 125 def cache_storage_configurations @cache_storage_configurations end |
#capacity_configuration ⇒ Types::CapacityConfiguration
Returns the value of attribute capacity_configuration.
128 129 130 |
# File 'sig/types.rbs', line 128 def capacity_configuration @capacity_configuration end |
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
127 128 129 |
# File 'sig/types.rbs', line 127 def cluster_description @cluster_description end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
120 121 122 |
# File 'sig/types.rbs', line 120 def cluster_name @cluster_name end |
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
121 122 123 |
# File 'sig/types.rbs', line 121 def cluster_type @cluster_type end |
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
133 134 135 |
# File 'sig/types.rbs', line 133 def code @code end |
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
132 133 134 |
# File 'sig/types.rbs', line 132 def command_line_arguments @command_line_arguments end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
139 140 141 |
# File 'sig/types.rbs', line 139 def end |
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
124 125 126 |
# File 'sig/types.rbs', line 124 def databases @databases end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
117 118 119 |
# File 'sig/types.rbs', line 117 def environment_id @environment_id end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
134 135 136 |
# File 'sig/types.rbs', line 134 def execution_role @execution_role end |
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
131 132 133 |
# File 'sig/types.rbs', line 131 def initialization_script @initialization_script end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
135 136 137 |
# File 'sig/types.rbs', line 135 def end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
129 130 131 |
# File 'sig/types.rbs', line 129 def release_label @release_label end |
#savedown_storage_configuration ⇒ Types::KxSavedownStorageConfiguration
Returns the value of attribute savedown_storage_configuration.
136 137 138 |
# File 'sig/types.rbs', line 136 def savedown_storage_configuration @savedown_storage_configuration end |
#scaling_group_configuration ⇒ Types::KxScalingGroupConfiguration
Returns the value of attribute scaling_group_configuration.
140 141 142 |
# File 'sig/types.rbs', line 140 def scaling_group_configuration @scaling_group_configuration end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
118 119 120 |
# File 'sig/types.rbs', line 118 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
119 120 121 |
# File 'sig/types.rbs', line 119 def status_reason @status_reason end |
#tickerplant_log_configuration ⇒ Types::TickerplantLogConfiguration
Returns the value of attribute tickerplant_log_configuration.
122 123 124 |
# File 'sig/types.rbs', line 122 def tickerplant_log_configuration @tickerplant_log_configuration end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
123 124 125 |
# File 'sig/types.rbs', line 123 def volumes @volumes end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
130 131 132 |
# File 'sig/types.rbs', line 130 def vpc_configuration @vpc_configuration end |