Class: Aws::Types::KxScalingGroup

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:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def availability_zone_id
  @availability_zone_id
end

#clusters::Array[::String]

Returns the value of attribute clusters.

Returns:

  • (::Array[::String])


793
794
795
# File 'sig/types.rbs', line 793

def clusters
  @clusters
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


798
799
800
# File 'sig/types.rbs', line 798

def created_timestamp
  @created_timestamp
end

#host_type::String

Returns the value of attribute host_type.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def host_type
  @host_type
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


797
798
799
# File 'sig/types.rbs', line 797

def last_modified_timestamp
  @last_modified_timestamp
end

#scaling_group_name::String

Returns the value of attribute scaling_group_name.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def scaling_group_name
  @scaling_group_name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETED", "DELETE_FAILED")


795
796
797
# File 'sig/types.rbs', line 795

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def status_reason
  @status_reason
end