Class: Aws::Budgets::Types::SsmActionDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

The Amazon Web Services Systems Manager (SSM) action definition details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_sub_typeString

The action subType.

Returns:

  • (String)


1660
1661
1662
1663
1664
1665
1666
# File 'lib/aws-sdk-budgets/types.rb', line 1660

class SsmActionDefinition < Struct.new(
  :action_sub_type,
  :region,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idsArray<String>

The EC2 and RDS instance IDs.

Returns:

  • (Array<String>)


1660
1661
1662
1663
1664
1665
1666
# File 'lib/aws-sdk-budgets/types.rb', line 1660

class SsmActionDefinition < Struct.new(
  :action_sub_type,
  :region,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Region to run the SSM document.

Returns:

  • (String)


1660
1661
1662
1663
1664
1665
1666
# File 'lib/aws-sdk-budgets/types.rb', line 1660

class SsmActionDefinition < Struct.new(
  :action_sub_type,
  :region,
  :instance_ids)
  SENSITIVE = []
  include Aws::Structure
end