Class: Aws::GroundStation::Types::S3RecordingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::S3RecordingConfig
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Information about an S3 recording Config
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_arn ⇒ String
ARN of the bucket to record to.
-
#prefix ⇒ String
S3 Key prefix to prefice data files.
-
#role_arn ⇒ String
ARN of the role Ground Station assumes to write data to the bucket.
Instance Attribute Details
#bucket_arn ⇒ String
ARN of the bucket to record to.
2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2482 class S3RecordingConfig < Struct.new( :bucket_arn, :prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
S3 Key prefix to prefice data files.
2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2482 class S3RecordingConfig < Struct.new( :bucket_arn, :prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the role Ground Station assumes to write data to the bucket.
2482 2483 2484 2485 2486 2487 2488 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2482 class S3RecordingConfig < Struct.new( :bucket_arn, :prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |