Class: Aws::Types::DeviceUnderTest
- Inherits:
-
Object
- Object
- Aws::Types::DeviceUnderTest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#device_role_arn ⇒ ::String
Returns the value of attribute device_role_arn.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
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.
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.
40 41 42 |
# File 'sig/types.rbs', line 40 def thing_arn @thing_arn end |