Class: Aws::Types::ResourceChangeDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#causing_entity::String

Returns the value of attribute causing_entity.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def causing_entity
  @causing_entity
end

#change_source"ResourceReference", ...

Returns the value of attribute change_source.

Returns:

  • ("ResourceReference", "ParameterReference", "ResourceAttribute", "DirectModification", "Automatic", "NoModification")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def change_source
  @change_source
end

#evaluation"Static", "Dynamic"

Returns the value of attribute evaluation.

Returns:

  • ("Static", "Dynamic")


1440
1441
1442
# File 'sig/types.rbs', line 1440

def evaluation
  @evaluation
end

#targetTypes::ResourceTargetDefinition

Returns the value of attribute target.



1439
1440
1441
# File 'sig/types.rbs', line 1439

def target
  @target
end