Class: Aws::GroundStation::Types::S3RecordingDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Details about an S3 recording Config used in a contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

ARN of the bucket used.

Returns:

  • (String)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2480

class S3RecordingDetails < Struct.new(
  :bucket_arn,
  :key_template)
  SENSITIVE = []
  include Aws::Structure
end

#key_templateString

Key template used for the S3 Recording Configuration

Returns:

  • (String)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2480

class S3RecordingDetails < Struct.new(
  :bucket_arn,
  :key_template)
  SENSITIVE = []
  include Aws::Structure
end