Class: Aws::Types::CreateKxScalingGroupResponse

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)


230
231
232
# File 'sig/types.rbs', line 230

def availability_zone_id
  @availability_zone_id
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


233
234
235
# File 'sig/types.rbs', line 233

def created_timestamp
  @created_timestamp
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def environment_id
  @environment_id
end

#host_type::String

Returns the value of attribute host_type.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def host_type
  @host_type
end

#last_modified_timestamp::Time

Returns the value of attribute last_modified_timestamp.

Returns:

  • (::Time)


232
233
234
# File 'sig/types.rbs', line 232

def last_modified_timestamp
  @last_modified_timestamp
end

#scaling_group_name::String

Returns the value of attribute scaling_group_name.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

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")


231
232
233
# File 'sig/types.rbs', line 231

def status
  @status
end