Class: Aws::Types::GetConsoleOutputRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9797
9798
9799
# File 'sig/types.rbs', line 9797

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9795
9796
9797
# File 'sig/types.rbs', line 9795

def instance_id
  @instance_id
end

#latestBoolean

Returns the value of attribute latest.

Returns:

  • (Boolean)


9796
9797
9798
# File 'sig/types.rbs', line 9796

def latest
  @latest
end