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)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def causing_entity
  @causing_entity
end

#evaluation"STATIC", "DYNAMIC"

Returns the value of attribute evaluation.

Returns:

  • ("STATIC", "DYNAMIC")


1395
1396
1397
# File 'sig/types.rbs', line 1395

def evaluation
  @evaluation
end

#targetTypes::ResourceTargetDefinition

Returns the value of attribute target.



1394
1395
1396
# File 'sig/types.rbs', line 1394

def target
  @target
end