Class: Aws::Types::GetSegmentExportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentExportJobsRequest
- 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.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def application_id @application_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def page_size @page_size end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def segment_id @segment_id end |
#token ⇒ ::String
Returns the value of attribute token.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def token @token end |