Class: Aws::Types::InboxPlacementTrackingOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#globalBoolean

Returns the value of attribute global.

Returns:

  • (Boolean)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def global
  @global
end

#tracked_isps::Array[::String]

Returns the value of attribute tracked_isps.

Returns:

  • (::Array[::String])


1111
1112
1113
# File 'sig/types.rbs', line 1111

def tracked_isps
  @tracked_isps
end