Class: Aws::Types::UpdateAutomatedReasoningPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3598
3599
3600
# File 'sig/types.rbs', line 3598

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3597
3598
3599
# File 'sig/types.rbs', line 3597

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


3595
3596
3597
# File 'sig/types.rbs', line 3595

def policy_arn
  @policy_arn
end

#policy_definitionTypes::AutomatedReasoningPolicyDefinition

Returns the value of attribute policy_definition.



3596
3597
3598
# File 'sig/types.rbs', line 3596

def policy_definition
  @policy_definition
end