Class: Aws::Types::InboxPlacementTrackingOption
- Inherits:
-
Object
- Object
- Aws::Types::InboxPlacementTrackingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global ⇒ Boolean
Returns the value of attribute global.
-
#tracked_isps ⇒ ::Array[::String]
Returns the value of attribute tracked_isps.
Instance Attribute Details
#global ⇒ Boolean
Returns the value of attribute global.
395 396 397 |
# File 'sig/types.rbs', line 395 def global @global end |
#tracked_isps ⇒ ::Array[::String]
Returns the value of attribute tracked_isps.
396 397 398 |
# File 'sig/types.rbs', line 396 def tracked_isps @tracked_isps end |