Class: Aws::Types::ProvisionDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#networking_configuration ⇒ Types::NetworkPayload
Returns the value of attribute networking_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
730 731 732 |
# File 'sig/types.rbs', line 730 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
731 732 733 |
# File 'sig/types.rbs', line 731 def name @name end |
#networking_configuration ⇒ Types::NetworkPayload
Returns the value of attribute networking_configuration.
732 733 734 |
# File 'sig/types.rbs', line 732 def networking_configuration @networking_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
733 734 735 |
# File 'sig/types.rbs', line 733 def @tags end |