Class: Aws::IVSRealTime::Types::StorageConfigurationSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IVSRealTime::Types::StorageConfigurationSummary
 
- 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
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ARN of the storage configuration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the storage configuration. 
- 
  
    
      #s3  ⇒ Types::S3StorageConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An S3 destination configuration where recorded videos will be stored. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Tags attached to the resource. 
Instance Attribute Details
#arn ⇒ String
ARN of the storage configuration.
| 3259 3260 3261 3262 3263 3264 3265 3266 | # File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3259 class StorageConfigurationSummary < Struct.new( :arn, :name, :s3, :tags) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
Name of the storage configuration.
| 3259 3260 3261 3262 3263 3264 3265 3266 | # File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3259 class StorageConfigurationSummary < Struct.new( :arn, :name, :s3, :tags) SENSITIVE = [] include Aws::Structure end | 
#s3 ⇒ Types::S3StorageConfiguration
An S3 destination configuration where recorded videos will be stored.
| 3259 3260 3261 3262 3263 3264 3265 3266 | # File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3259 class StorageConfigurationSummary < Struct.new( :arn, :name, :s3, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies
in Tagging AWS Resources and Tag Editor 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.
| 3259 3260 3261 3262 3263 3264 3265 3266 | # File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 3259 class StorageConfigurationSummary < Struct.new( :arn, :name, :s3, :tags) SENSITIVE = [] include Aws::Structure end |