Class: Aws::Types::UpdateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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