Class: Aws::Types::GetDeviceDefinitionVersionRequest

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)


744
745
746
# File 'sig/types.rbs', line 744

def device_definition_id
  @device_definition_id
end

#device_definition_version_id::String

Returns the value of attribute device_definition_version_id.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def device_definition_version_id
  @device_definition_version_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def next_token
  @next_token
end