Class: Aws::Types::UpdateContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
-
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def contact_id @contact_id end |
#satellite_arn ⇒ ::String
Returns the value of attribute satellite_arn.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def satellite_arn @satellite_arn end |
#tracking_overrides ⇒ Types::TrackingOverrides
Returns the value of attribute tracking_overrides.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def tracking_overrides @tracking_overrides end |