Class: Aws::Types::GetKxClusterResponse

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.



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.

Returns:

  • (::String)


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.

Returns:

  • ("SINGLE", "MULTI")


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_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("HDB", "RDB", "GATEWAY", "GP", "TICKERPLANT")


448
449
450
# File 'sig/types.rbs', line 448

def cluster_type
  @cluster_type
end

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

Returns:



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.

Returns:

  • (::Time)


466
467
468
# File 'sig/types.rbs', line 466

def created_timestamp
  @created_timestamp
end

#databases::Array[Types::KxDatabaseConfiguration]

Returns the value of attribute databases.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def databases
  @databases
end

#execution_role::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


462
463
464
# File 'sig/types.rbs', line 462

def last_modified_timestamp
  @last_modified_timestamp
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def release_label
  @release_label
end

#savedown_storage_configurationTypes::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_configurationTypes::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.

Returns:

  • ("PENDING", "CREATING", "CREATE_FAILED", "RUNNING", "UPDATING", "DELETING", "DELETED", "DELETE_FAILED")


445
446
447
# File 'sig/types.rbs', line 445

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def status_reason
  @status_reason
end

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

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def volumes
  @volumes
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



457
458
459
# File 'sig/types.rbs', line 457

def vpc_configuration
  @vpc_configuration
end