Class: Aws::IVSRealTime::Types::CreateStorageConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Storage configuration name. The value does not need to be unique.

Returns:

  • (String)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 341

class CreateStorageConfigurationRequest < Struct.new(
  :name,
  :s3,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::S3StorageConfiguration

A complex type that contains a storage configuration for where recorded video will be stored.



341
342
343
344
345
346
347
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 341

class CreateStorageConfigurationRequest < Struct.new(
  :name,
  :s3,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.

Returns:

  • (Hash<String,String>)


341
342
343
344
345
346
347
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 341

class CreateStorageConfigurationRequest < Struct.new(
  :name,
  :s3,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end