Class: Aws::Types::GetWirelessGatewayTaskDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessGatewayTaskDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auto_create_tasks ⇒ Boolean
Returns the value of attribute auto_create_tasks.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Returns the value of attribute update.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
995 996 997 |
# File 'sig/types.rbs', line 995 def arn @arn end |
#auto_create_tasks ⇒ Boolean
Returns the value of attribute auto_create_tasks.
992 993 994 |
# File 'sig/types.rbs', line 992 def auto_create_tasks @auto_create_tasks end |
#name ⇒ ::String
Returns the value of attribute name.
993 994 995 |
# File 'sig/types.rbs', line 993 def name @name end |
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Returns the value of attribute update.
994 995 996 |
# File 'sig/types.rbs', line 994 def update @update end |