Class: Aws::Types::GetSegmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def application_id @application_id end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def segment_id @segment_id end |