Class: Aws::Types::SsmActionDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_sub_type"STOP_EC2_INSTANCES", "STOP_RDS_INSTANCES"

Returns the value of attribute action_sub_type.

Returns:

  • ("STOP_EC2_INSTANCES", "STOP_RDS_INSTANCES")


523
524
525
# File 'sig/types.rbs', line 523

def action_sub_type
  @action_sub_type
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


525
526
527
# File 'sig/types.rbs', line 525

def instance_ids
  @instance_ids
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def region
  @region
end