Class: Aws::Types::UpdateAutomatedReasoningPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#definition_hash::String

Returns the value of attribute definition_hash.

Returns:

  • (::String)


3605
3606
3607
# File 'sig/types.rbs', line 3605

def definition_hash
  @definition_hash
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3604
3605
3606
# File 'sig/types.rbs', line 3604

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


3603
3604
3605
# File 'sig/types.rbs', line 3603

def policy_arn
  @policy_arn
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3606
3607
3608
# File 'sig/types.rbs', line 3606

def updated_at
  @updated_at
end