Class: Aws::Types::GetCommandResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_arn::String

Returns the value of attribute command_arn.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def command_arn
  @command_arn
end

#command_id::String

Returns the value of attribute command_id.

Returns:

  • (::String)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def command_id
  @command_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def created_at
  @created_at
end

#deprecatedBoolean

Returns the value of attribute deprecated.

Returns:

  • (Boolean)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def deprecated
  @deprecated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def display_name
  @display_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def last_updated_at
  @last_updated_at
end

#mandatory_parameters::Array[Types::CommandParameter]

Returns the value of attribute mandatory_parameters.

Returns:



2365
2366
2367
# File 'sig/types.rbs', line 2365

def mandatory_parameters
  @mandatory_parameters
end

#namespace"AWS-IoT", "AWS-IoT-FleetWise"

Returns the value of attribute namespace.

Returns:

  • ("AWS-IoT", "AWS-IoT-FleetWise")


2362
2363
2364
# File 'sig/types.rbs', line 2362

def namespace
  @namespace
end

#payloadTypes::CommandPayload

Returns the value of attribute payload.



2366
2367
2368
# File 'sig/types.rbs', line 2366

def payload
  @payload
end

#payload_template::String

Returns the value of attribute payload_template.

Returns:

  • (::String)


2367
2368
2369
# File 'sig/types.rbs', line 2367

def payload_template
  @payload_template
end

#pending_deletionBoolean

Returns the value of attribute pending_deletion.

Returns:

  • (Boolean)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def pending_deletion
  @pending_deletion
end

#preprocessorTypes::CommandPreprocessor

Returns the value of attribute preprocessor.



2368
2369
2370
# File 'sig/types.rbs', line 2368

def preprocessor
  @preprocessor
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def role_arn
  @role_arn
end