Class: Aws::Types::ListMetadataTransferJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_type"s3", ...

Returns the value of attribute destination_type.

Returns:

  • ("s3", "iotsitewise", "iottwinmaker")


787
788
789
# File 'sig/types.rbs', line 787

def destination_type
  @destination_type
end

#filters::Array[Types::ListMetadataTransferJobsFilter]

Returns the value of attribute filters.



788
789
790
# File 'sig/types.rbs', line 788

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


790
791
792
# File 'sig/types.rbs', line 790

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def next_token
  @next_token
end

#source_type"s3", ...

Returns the value of attribute source_type.

Returns:

  • ("s3", "iotsitewise", "iottwinmaker")


786
787
788
# File 'sig/types.rbs', line 786

def source_type
  @source_type
end