Class: Aws::Types::Device

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def certificate_arn
  @certificate_arn
end

#id::String

Returns the value of attribute id.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def id
  @id
end

#sync_shadowBoolean

Returns the value of attribute sync_shadow.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def sync_shadow
  @sync_shadow
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:



509
510
511
# File 'sig/types.rbs', line 509

def thing_arn
  @thing_arn
end