Class: Aws::Types::GetSegmentExportJobsRequest

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:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def segment_id
  @segment_id
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def token
  @token
end