Class: Aws::AppConfig::Types::Extensions
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppConfig::Types::Extensions
 
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::ExtensionSummary> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of available extensions. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token for the next set of items to return. 
Instance Attribute Details
#items ⇒ Array<Types::ExtensionSummary>
The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
| 1606 1607 1608 1609 1610 1611 | # File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1606 class Extensions < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
| 1606 1607 1608 1609 1610 1611 | # File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1606 class Extensions < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |