Class: Aws::Types::GetSegmentImportJobsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



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.

Returns:



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.

Returns:



1798
1799
1800
# File 'sig/types.rbs', line 1798

def segment_id
  @segment_id
end

#token::String

Returns the value of attribute token.

Returns:



1799
1800
1801
# File 'sig/types.rbs', line 1799

def token
  @token
end