You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Imagebuilder::Types::DistributionConfigurationSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Imagebuilder::Types::DistributionConfigurationSummary
 
- Defined in:
- (unknown)
Overview
A high-level overview of a distribution configuration.
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the distribution configuration. 
- 
  
    
      #date_created  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date on which the distribution configuration was created. 
- 
  
    
      #date_updated  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date on which the distribution configuration was updated. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the distribution configuration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the distribution configuration. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags associated with the distribution configuration. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the distribution configuration.
#date_created ⇒ String
The date on which the distribution configuration was created.
#date_updated ⇒ String
The date on which the distribution configuration was updated.
#description ⇒ String
The description of the distribution configuration.
#name ⇒ String
The name of the distribution configuration.
#tags ⇒ Hash<String,String>
The tags associated with the distribution configuration.