Class: Aws::EMR::Types::OutputNotebookS3LocationForOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The Amazon S3 location that stores the notebook execution output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket that stores the notebook execution output.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
# File 'lib/aws-sdk-emr/types.rb', line 4985

class OutputNotebookS3LocationForOutput < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key to the Amazon S3 location that stores the notebook execution output.

Returns:

  • (String)


4985
4986
4987
4988
4989
4990
# File 'lib/aws-sdk-emr/types.rb', line 4985

class OutputNotebookS3LocationForOutput < Struct.new(
  :bucket,
  :key)
  SENSITIVE = []
  include Aws::Structure
end