Class: Aws::Types::GetSegmentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentVersionRequest
- 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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def application_id @application_id end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def segment_id @segment_id end |
#version ⇒ ::String
Returns the value of attribute version.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def version @version end |