Class: Aws::Types::ChangeSetHookResourceTargetDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def logical_resource_id
  @logical_resource_id
end

#resource_action"Add", ...

Returns the value of attribute resource_action.

Returns:

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


118
119
120
# File 'sig/types.rbs', line 118

def resource_action
  @resource_action
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def resource_type
  @resource_type
end