Class: Aws::Types::GetAutomatedReasoningPolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def created_at
  @created_at
end

#definition_hash::String

Returns the value of attribute definition_hash.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def definition_hash
  @definition_hash
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def description
  @description
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def policy_arn
  @policy_arn
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def policy_id
  @policy_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def version
  @version
end