Class: Aws::Types::GetWirelessGatewayTaskDefinitionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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