Class: Aws::EMR::Types::NotebookS3LocationFromInput

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 input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket that stores the notebook execution input.

Returns:

  • (String)


4787
4788
4789
4790
4791
4792
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4787

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

#keyString

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

Returns:

  • (String)


4787
4788
4789
4790
4791
4792
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4787

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