Class: Aws::Types::CreateKxClusterResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configurationTypes::AutoScalingConfiguration

Returns the value of attribute auto_scaling_configuration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def cache_storage_configurations
  @cache_storage_configurations
end

#capacity_configurationTypes::CapacityConfiguration

Returns the value of attribute capacity_configuration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def cluster_type
  @cluster_type
end

#codeTypes::CodeConfiguration

Returns the value of attribute code.

Returns:



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.

Returns:



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.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def created_timestamp
  @created_timestamp
end

#databases::Array[Types::KxDatabaseConfiguration]

Returns the value of attribute databases.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def databases
  @databases
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def last_modified_timestamp
  @last_modified_timestamp
end

#release_label::String

Returns the value of attribute release_label.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def release_label
  @release_label
end

#savedown_storage_configurationTypes::KxSavedownStorageConfiguration

Returns the value of attribute savedown_storage_configuration.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def savedown_storage_configuration
  @savedown_storage_configuration
end

#scaling_group_configurationTypes::KxScalingGroupConfiguration

Returns the value of attribute scaling_group_configuration.

Returns:



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.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def status_reason
  @status_reason
end

#tickerplant_log_configurationTypes::TickerplantLogConfiguration

Returns the value of attribute tickerplant_log_configuration.

Returns:



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.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def volumes
  @volumes
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def vpc_configuration
  @vpc_configuration
end