Class: Aws::Types::GetSegmentSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#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.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def domain_name @domain_name end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def segment_definition_name @segment_definition_name end |