Class: Aws::Types::KxCluster
- Inherits:
-
Object
- Object
- Aws::Types::KxCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
659 660 661 |
# File 'sig/types.rbs', line 659 def az_mode @az_mode end |
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
654 655 656 |
# File 'sig/types.rbs', line 654 def cluster_description @cluster_description end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
652 653 654 |
# File 'sig/types.rbs', line 652 def cluster_name @cluster_name end |
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
653 654 655 |
# File 'sig/types.rbs', line 653 def cluster_type @cluster_type end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
662 663 664 |
# File 'sig/types.rbs', line 662 def end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
658 659 660 |
# File 'sig/types.rbs', line 658 def execution_role @execution_role end |
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
657 658 659 |
# File 'sig/types.rbs', line 657 def initialization_script @initialization_script end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
661 662 663 |
# File 'sig/types.rbs', line 661 def end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
655 656 657 |
# File 'sig/types.rbs', line 655 def release_label @release_label end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
650 651 652 |
# File 'sig/types.rbs', line 650 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
651 652 653 |
# File 'sig/types.rbs', line 651 def status_reason @status_reason end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
656 657 658 |
# File 'sig/types.rbs', line 656 def volumes @volumes end |