Class: Aws::EMR::Types::NotebookS3LocationForOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::NotebookS3LocationForOutput
- Includes:
- Structure
- Defined in:
- 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
-
#bucket ⇒ String
The Amazon S3 bucket that stores the notebook execution input.
-
#key ⇒ String
The key to the Amazon S3 location that stores the notebook execution input.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that stores the notebook execution input.
4809 4810 4811 4812 4813 4814 |
# File 'lib/aws-sdk-emr/types.rb', line 4809 class NotebookS3LocationForOutput < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key to the Amazon S3 location that stores the notebook execution input.
4809 4810 4811 4812 4813 4814 |
# File 'lib/aws-sdk-emr/types.rb', line 4809 class NotebookS3LocationForOutput < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |