Class: Aws::Types::UpdatePublishingDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePublishingDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def destination_id @destination_id end |
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def destination_properties @destination_properties end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def detector_id @detector_id end |