Class: Aws::Types::GetKxScalingGroupResponse

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:



566
567
568
# File 'sig/types.rbs', line 566

def availability_zone_id
  @availability_zone_id
end

#clusters::Array[::String]

Returns the value of attribute clusters.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def clusters
  @clusters
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



570
571
572
# File 'sig/types.rbs', line 570

def created_timestamp
  @created_timestamp
end

#host_type::String

Returns the value of attribute host_type.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def host_type
  @host_type
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def last_modified_timestamp
  @last_modified_timestamp
end

#scaling_group_arn::String

Returns the value of attribute scaling_group_arn.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def scaling_group_arn
  @scaling_group_arn
end

#scaling_group_name::String

Returns the value of attribute scaling_group_name.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def scaling_group_name
  @scaling_group_name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def status_reason
  @status_reason
end