Class: Aws::IVSRealTime::Types::StorageConfigurationSummary

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

Overview

Summary information about a storage configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the storage configuration.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1926

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

#nameString

Name of the storage configuration.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1926

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

#s3Types::S3StorageConfiguration

An S3 destination configuration where recorded videos will be stored.



1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1926

class StorageConfigurationSummary < Struct.new(
  :arn,
  :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>)


1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1926

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