Class: Aws::Types::PutSegmentSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSegmentSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def domain_name @domain_name end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def schedule_configuration @schedule_configuration end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def segment_definition_name @segment_definition_name end |