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")


1383
1384
1385
# File 'sig/types.rbs', line 1383

def action
  @action
end

#details::Array[Types::ResourceChangeDetail]

Returns the value of attribute details.

Returns:



1389
1390
1391
# File 'sig/types.rbs', line 1389

def details
  @details
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def logical_resource_id
  @logical_resource_id
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def physical_resource_id
  @physical_resource_id
end

#replacement"TRUE", ...

Returns the value of attribute replacement.

Returns:

  • ("TRUE", "FALSE", "CONDITIONAL")


1387
1388
1389
# File 'sig/types.rbs', line 1387

def replacement
  @replacement
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def resource_type
  @resource_type
end

#scope::Array[("PROPERTIES" | "METADATA" | "CREATIONPOLICY" | "UPDATEPOLICY" | "DELETIONPOLICY" | "TAGS")]

Returns the value of attribute scope.

Returns:

  • (::Array[("PROPERTIES" | "METADATA" | "CREATIONPOLICY" | "UPDATEPOLICY" | "DELETIONPOLICY" | "TAGS")])


1388
1389
1390
# File 'sig/types.rbs', line 1388

def scope
  @scope
end