Class: Aws::Types::UpdateCommandResponse

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)


5093
5094
5095
# File 'sig/types.rbs', line 5093

def command_id
  @command_id
end

#deprecatedBoolean

Returns the value of attribute deprecated.

Returns:

  • (Boolean)


5096
5097
5098
# File 'sig/types.rbs', line 5096

def deprecated
  @deprecated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5095
5096
5097
# File 'sig/types.rbs', line 5095

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5094
5095
5096
# File 'sig/types.rbs', line 5094

def display_name
  @display_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


5097
5098
5099
# File 'sig/types.rbs', line 5097

def last_updated_at
  @last_updated_at
end