Class: Aws::Types::DeviceUnderTest

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:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def certificate_arn
  @certificate_arn
end

#device_role_arn ⇒ ::String

Returns the value of attribute device_role_arn.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def device_role_arn
  @device_role_arn
end

#thing_arn ⇒ ::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def thing_arn
  @thing_arn
end