Class: Aws::Types::GetImportJobsRequest

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)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def application_id
  @application_id
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def page_size
  @page_size
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def token
  @token
end