Class: Aws::Types::Change

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hook_invocation_count::Integer

Returns the value of attribute hook_invocation_count.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def hook_invocation_count
  @hook_invocation_count
end

#resource_changeTypes::ResourceChange

Returns the value of attribute resource_change.



101
102
103
# File 'sig/types.rbs', line 101

def resource_change
  @resource_change
end

#type"Resource"

Returns the value of attribute type.

Returns:

  • ("Resource")


99
100
101
# File 'sig/types.rbs', line 99

def type
  @type
end