Class: Aws::FIS::Types::ExperimentTemplateS3LogConfigurationInput

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

Overview

Specifies the configuration for experiment logging to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the destination bucket.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1126

class ExperimentTemplateS3LogConfigurationInput < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The bucket prefix.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1126

class ExperimentTemplateS3LogConfigurationInput < Struct.new(
  :bucket_name,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end