Class: Aws::Types::AutomatedReasoningPolicySummary

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)


686
687
688
# File 'sig/types.rbs', line 686

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def name
  @name
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def policy_arn
  @policy_arn
end

#policy_id::String

Returns the value of attribute policy_id.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def policy_id
  @policy_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


687
688
689
# File 'sig/types.rbs', line 687

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


684
685
686
# File 'sig/types.rbs', line 684

def version
  @version
end