Class: Aws::SSM::Types::S3OutputLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::S3OutputLocation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
An S3 bucket where you want to store the results of this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_s3_bucket_name ⇒ String
The name of the S3 bucket.
-
#output_s3_key_prefix ⇒ String
The S3 bucket subfolder.
-
#output_s3_region ⇒ String
The Amazon Web Services Region of the S3 bucket.
Instance Attribute Details
#output_s3_bucket_name ⇒ String
The name of the S3 bucket.
16849 16850 16851 16852 16853 16854 16855 |
# File 'lib/aws-sdk-ssm/types.rb', line 16849 class S3OutputLocation < Struct.new( :output_s3_region, :output_s3_bucket_name, :output_s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#output_s3_key_prefix ⇒ String
The S3 bucket subfolder.
16849 16850 16851 16852 16853 16854 16855 |
# File 'lib/aws-sdk-ssm/types.rb', line 16849 class S3OutputLocation < Struct.new( :output_s3_region, :output_s3_bucket_name, :output_s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#output_s3_region ⇒ String
The Amazon Web Services Region of the S3 bucket.
16849 16850 16851 16852 16853 16854 16855 |
# File 'lib/aws-sdk-ssm/types.rb', line 16849 class S3OutputLocation < Struct.new( :output_s3_region, :output_s3_bucket_name, :output_s3_key_prefix) SENSITIVE = [] include Aws::Structure end |