Class: Aws::Types::CreateAutomatedReasoningPolicyVersionResponse

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)


964
965
966
# File 'sig/types.rbs', line 964

def created_at
  @created_at
end

#definition_hash::String

Returns the value of attribute definition_hash.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def definition_hash
  @definition_hash
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def policy_arn
  @policy_arn
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def version
  @version
end