Class: Aws::Types::Definition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iam_action_definitionTypes::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_definitionTypes::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_definitionTypes::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