Class: Aws::Types::GetConsoleOutputResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9802
9803
9804
# File 'sig/types.rbs', line 9802

def instance_id
  @instance_id
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


9804
9805
9806
# File 'sig/types.rbs', line 9804

def output
  @output
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


9803
9804
9805
# File 'sig/types.rbs', line 9803

def timestamp
  @timestamp
end