Class: Aws::Types::Definition
- Inherits:
-
Object
- Object
- Aws::Types::Definition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_action_definition ⇒ Types::IamActionDefinition
Returns the value of attribute iam_action_definition.
-
#scp_action_definition ⇒ Types::ScpActionDefinition
Returns the value of attribute scp_action_definition.
-
#ssm_action_definition ⇒ Types::SsmActionDefinition
Returns the value of attribute ssm_action_definition.
Instance Attribute Details
#iam_action_definition ⇒ Types::IamActionDefinition
Returns the value of attribute iam_action_definition.
195 196 197 |
# File 'sig/types.rbs', line 195 def iam_action_definition @iam_action_definition end |
#scp_action_definition ⇒ Types::ScpActionDefinition
Returns the value of attribute scp_action_definition.
196 197 198 |
# File 'sig/types.rbs', line 196 def scp_action_definition @scp_action_definition end |
#ssm_action_definition ⇒ Types::SsmActionDefinition
Returns the value of attribute ssm_action_definition.
197 198 199 |
# File 'sig/types.rbs', line 197 def ssm_action_definition @ssm_action_definition end |