Class: Aws::Types::GetSegmentVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#page_size ⇒ ::String
Returns the value of attribute page_size.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def application_id @application_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def page_size @page_size end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def segment_id @segment_id end |
#token ⇒ ::String
Returns the value of attribute token.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def token @token end |