Class: Aws::Types::CreateKxScalingGroupRequest

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:



221
222
223
# File 'sig/types.rbs', line 221

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def client_token
  @client_token
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def environment_id
  @environment_id
end

#host_type::String

Returns the value of attribute host_type.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def host_type
  @host_type
end

#scaling_group_name::String

Returns the value of attribute scaling_group_name.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def scaling_group_name
  @scaling_group_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def tags
  @tags
end