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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def global @global end |
#tracked_isps ⇒ ::Array[::String]
Returns the value of attribute tracked_isps.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def tracked_isps @tracked_isps end |