Class: Aws::Types::Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def action_id
  @action_id
end

#action_thresholdTypes::ActionThreshold

Returns the value of attribute action_threshold.



21
22
23
# File 'sig/types.rbs', line 21

def action_threshold
  @action_threshold
end

#action_type"APPLY_IAM_POLICY", ...

Returns the value of attribute action_type.

Returns:

  • ("APPLY_IAM_POLICY", "APPLY_SCP_POLICY", "RUN_SSM_DOCUMENTS")


20
21
22
# File 'sig/types.rbs', line 20

def action_type
  @action_type
end

#approval_model"AUTOMATIC", "MANUAL"

Returns the value of attribute approval_model.

Returns:

  • ("AUTOMATIC", "MANUAL")


24
25
26
# File 'sig/types.rbs', line 24

def approval_model
  @approval_model
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def budget_name
  @budget_name
end

#definitionTypes::Definition

Returns the value of attribute definition.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def definition
  @definition
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def execution_role_arn
  @execution_role_arn
end

#notification_type"ACTUAL", "FORECASTED"

Returns the value of attribute notification_type.

Returns:

  • ("ACTUAL", "FORECASTED")


19
20
21
# File 'sig/types.rbs', line 19

def notification_type
  @notification_type
end

#status"STANDBY", ...

Returns the value of attribute status.

Returns:

  • ("STANDBY", "PENDING", "EXECUTION_IN_PROGRESS", "EXECUTION_SUCCESS", "EXECUTION_FAILURE", "REVERSE_IN_PROGRESS", "REVERSE_SUCCESS", "REVERSE_FAILURE", "RESET_IN_PROGRESS", "RESET_FAILURE")


25
26
27
# File 'sig/types.rbs', line 25

def status
  @status
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def subscribers
  @subscribers
end