Class: Aws::Types::FuotaTask
- Inherits:
-
Object
- Object
- Aws::Types::FuotaTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
604 605 606 |
# File 'sig/types.rbs', line 604 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
603 604 605 |
# File 'sig/types.rbs', line 603 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |