Class: Aws::Types::PillarDifference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#difference_status ⇒ "UPDATED", ...

Returns the value of attribute difference_status.

Returns:

  • ("UPDATED", "NEW", "DELETED")


1468
1469
1470
# File 'sig/types.rbs', line 1468

def difference_status
  @difference_status
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def pillar_id
  @pillar_id
end

#pillar_name ⇒ ::String

Returns the value of attribute pillar_name.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def pillar_name
  @pillar_name
end

#question_differences ⇒ ::Array[Types::QuestionDifference]

Returns the value of attribute question_differences.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def question_differences
  @question_differences
end