Class: Aws::XRay::Types::GetServiceGraphRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::GetServiceGraphRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The end of the timeframe for which to generate a graph.
 - 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a group based on which you want to generate a graph.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Pagination token.
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The start of the time frame for which to generate a graph.
 
Instance Attribute Details
#end_time ⇒ Time
The end of the timeframe for which to generate a graph.
      1226 1227 1228 1229 1230 1231 1232 1233 1234  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1226 class GetServiceGraphRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#group_arn ⇒ String
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
      1226 1227 1228 1229 1230 1231 1232 1233 1234  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1226 class GetServiceGraphRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The name of a group based on which you want to generate a graph.
      1226 1227 1228 1229 1230 1231 1232 1233 1234  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1226 class GetServiceGraphRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
Pagination token.
      1226 1227 1228 1229 1230 1231 1232 1233 1234  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1226 class GetServiceGraphRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The start of the time frame for which to generate a graph.
      1226 1227 1228 1229 1230 1231 1232 1233 1234  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 1226 class GetServiceGraphRequest < Struct.new( :start_time, :end_time, :group_name, :group_arn, :next_token) SENSITIVE = [] include Aws::Structure end  |