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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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)


4928
4929
4930
4931
4932
4933
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4928

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)


4928
4929
4930
4931
4932
4933
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4928

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