Class: Aws::Types::KxCluster

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def created_timestamp
  @created_timestamp
end

#execution_role::String

Returns the value of attribute execution_role.

Returns:



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.

Returns:



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.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def last_modified_timestamp
  @last_modified_timestamp
end

#release_label::String

Returns the value of attribute release_label.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def release_label
  @release_label
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



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.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def volumes
  @volumes
end