Class: Aws::Types::ListDeviceDefinitionVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_definition_id::String

Returns the value of attribute device_definition_id.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def device_definition_id
  @device_definition_id
end

#max_results::String

Returns the value of attribute max_results.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def next_token
  @next_token
end