Class: Aws::EMR::Types::OutputNotebookS3LocationForOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::OutputNotebookS3LocationForOutput
- 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
-
#bucket ⇒ String
The Amazon S3 bucket that stores the notebook execution output.
-
#key ⇒ String
The key to the Amazon S3 location that stores the notebook execution output.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that stores the notebook execution output.
5000 5001 5002 5003 5004 5005 |
# File 'lib/aws-sdk-emr/types.rb', line 5000 class OutputNotebookS3LocationForOutput < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key to the Amazon S3 location that stores the notebook execution output.
5000 5001 5002 5003 5004 5005 |
# File 'lib/aws-sdk-emr/types.rb', line 5000 class OutputNotebookS3LocationForOutput < Struct.new( :bucket, :key) SENSITIVE = [] include Aws::Structure end |