Class: Aws::Types::SetInstanceProtectionQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def auto_scaling_group_name
  @auto_scaling_group_name
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


1390
1391
1392
# File 'sig/types.rbs', line 1390

def instance_ids
  @instance_ids
end

#protected_from_scale_inBoolean

Returns the value of attribute protected_from_scale_in.

Returns:

  • (Boolean)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def protected_from_scale_in
  @protected_from_scale_in
end