Class: Aws::Types::CommandSummary

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)


694
695
696
# File 'sig/types.rbs', line 694

def command_arn
  @command_arn
end

#command_id::String

Returns the value of attribute command_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def command_id
  @command_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


698
699
700
# File 'sig/types.rbs', line 698

def created_at
  @created_at
end

#deprecatedBoolean

Returns the value of attribute deprecated.

Returns:

  • (Boolean)


697
698
699
# File 'sig/types.rbs', line 697

def deprecated
  @deprecated
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def display_name
  @display_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


699
700
701
# File 'sig/types.rbs', line 699

def last_updated_at
  @last_updated_at
end

#pending_deletionBoolean

Returns the value of attribute pending_deletion.

Returns:

  • (Boolean)


700
701
702
# File 'sig/types.rbs', line 700

def pending_deletion
  @pending_deletion
end