Class: Aws::Types::ResourceChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"Add", ...

Returns the value of attribute action.

Returns:

  • ("Add", "Modify", "Remove", "Import", "Dynamic", "SyncWithActual")


1421
1422
1423
# File 'sig/types.rbs', line 1421

def action
  @action
end

#after_context::String

Returns the value of attribute after_context.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def after_context
  @after_context
end

#before_context::String

Returns the value of attribute before_context.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def before_context
  @before_context
end

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def change_set_id
  @change_set_id
end

#details::Array[Types::ResourceChangeDetail]

Returns the value of attribute details.

Returns:



1429
1430
1431
# File 'sig/types.rbs', line 1429

def details
  @details
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def logical_resource_id
  @logical_resource_id
end

#module_infoTypes::ModuleInfo

Returns the value of attribute module_info.

Returns:



1431
1432
1433
# File 'sig/types.rbs', line 1431

def module_info
  @module_info
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def physical_resource_id
  @physical_resource_id
end

#policy_action"Delete", ...

Returns the value of attribute policy_action.

Returns:

  • ("Delete", "Retain", "Snapshot", "ReplaceAndDelete", "ReplaceAndRetain", "ReplaceAndSnapshot")


1420
1421
1422
# File 'sig/types.rbs', line 1420

def policy_action
  @policy_action
end

#previous_deployment_context::String

Returns the value of attribute previous_deployment_context.

Returns:

  • (::String)


1434
1435
1436
# File 'sig/types.rbs', line 1434

def previous_deployment_context
  @previous_deployment_context
end

#replacement"True", ...

Returns the value of attribute replacement.

Returns:

  • ("True", "False", "Conditional")


1425
1426
1427
# File 'sig/types.rbs', line 1425

def replacement
  @replacement
end

#resource_drift_ignored_attributes::Array[Types::ResourceDriftIgnoredAttribute]

Returns the value of attribute resource_drift_ignored_attributes.



1428
1429
1430
# File 'sig/types.rbs', line 1428

def resource_drift_ignored_attributes
  @resource_drift_ignored_attributes
end

#resource_drift_status"IN_SYNC", ...

Returns the value of attribute resource_drift_status.

Returns:

  • ("IN_SYNC", "MODIFIED", "DELETED", "NOT_CHECKED", "UNKNOWN", "UNSUPPORTED")


1427
1428
1429
# File 'sig/types.rbs', line 1427

def resource_drift_status
  @resource_drift_status
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def resource_type
  @resource_type
end

#scope::Array[("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")]

Returns the value of attribute scope.

Returns:

  • (::Array[("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")])


1426
1427
1428
# File 'sig/types.rbs', line 1426

def scope
  @scope
end