Class: Aws::Types::DescribeDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


4123
4124
4125
# File 'sig/types.rbs', line 4123

def device_fleet_name
  @device_fleet_name
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


4122
4123
4124
# File 'sig/types.rbs', line 4122

def device_name
  @device_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4121
4122
4123
# File 'sig/types.rbs', line 4121

def next_token
  @next_token
end