Class: Aws::Types::CreateCommandRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_id::String

Returns the value of attribute command_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def command_id
  @command_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def display_name
  @display_name
end

#mandatory_parameters::Array[Types::CommandParameter]

Returns the value of attribute mandatory_parameters.

Returns:



821
822
823
# File 'sig/types.rbs', line 821

def mandatory_parameters
  @mandatory_parameters
end

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

Returns the value of attribute namespace.

Returns:

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


815
816
817
# File 'sig/types.rbs', line 815

def namespace
  @namespace
end

#payloadTypes::CommandPayload

Returns the value of attribute payload.



818
819
820
# File 'sig/types.rbs', line 818

def payload
  @payload
end

#payload_template::String

Returns the value of attribute payload_template.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def payload_template
  @payload_template
end

#preprocessorTypes::CommandPreprocessor

Returns the value of attribute preprocessor.



820
821
822
# File 'sig/types.rbs', line 820

def preprocessor
  @preprocessor
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



823
824
825
# File 'sig/types.rbs', line 823

def tags
  @tags
end