Class: Aws::Types::UpdateCommandRequest

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)


5085
5086
5087
# File 'sig/types.rbs', line 5085

def command_id
  @command_id
end

#deprecatedBoolean

Returns the value of attribute deprecated.

Returns:

  • (Boolean)


5088
5089
5090
# File 'sig/types.rbs', line 5088

def deprecated
  @deprecated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5087
5088
5089
# File 'sig/types.rbs', line 5087

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5086
5087
5088
# File 'sig/types.rbs', line 5086

def display_name
  @display_name
end