Class: Aws::Types::GetSegmentImportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentImportJobsRequest
- 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.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def application_id @application_id end |
#page_size ⇒ ::String
Returns the value of attribute page_size.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def page_size @page_size end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def segment_id @segment_id end |
#token ⇒ ::String
Returns the value of attribute token.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def token @token end |