Class: Aws::Types::GetConsoleScreenshotRequest

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)


9809
9810
9811
# File 'sig/types.rbs', line 9809

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9810
9811
9812
# File 'sig/types.rbs', line 9810

def instance_id
  @instance_id
end

#wake_upBoolean

Returns the value of attribute wake_up.

Returns:

  • (Boolean)


9811
9812
9813
# File 'sig/types.rbs', line 9811

def wake_up
  @wake_up
end