Class: Aws::SSM::Types::DescribeParametersResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::DescribeParametersResult
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to use when requesting the next set of items. 
- 
  
    
      #parameters  ⇒ Array<Types::ParameterMetadata> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Parameters returned by the request. 
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items.
| 6373 6374 6375 6376 6377 6378 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6373 class DescribeParametersResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end | 
#parameters ⇒ Array<Types::ParameterMetadata>
Parameters returned by the request.
| 6373 6374 6375 6376 6377 6378 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6373 class DescribeParametersResult < Struct.new( :parameters, :next_token) SENSITIVE = [] include Aws::Structure end |