Class: Aws::Types::ImportJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item::Array[Types::ImportJobResponse]

Returns the value of attribute item.

Returns:



1957
1958
1959
# File 'sig/types.rbs', line 1957

def item
  @item
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1958
1959
1960
# File 'sig/types.rbs', line 1958

def next_token
  @next_token
end