Class: Aws::EC2::Types::Subscription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Subscription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an Infrastructure Performance subscription.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region or Availability Zone that’s the target for the subscription.
 - 
  
    
      #metric  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric used for the subscription.
 - 
  
    
      #period  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data aggregation time for the subscription.
 - 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region or Availability Zone that’s the source for the subscription.
 - 
  
    
      #statistic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The statistic used for the subscription.
 
Instance Attribute Details
#destination ⇒ String
The Region or Availability Zone that’s the target for the subscription. For example, ‘eu-west-1`.
      68885 68886 68887 68888 68889 68890 68891 68892 68893  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68885 class Subscription < Struct.new( :source, :destination, :metric, :statistic, :period) SENSITIVE = [] include Aws::Structure end  | 
  
#metric ⇒ String
The metric used for the subscription.
      68885 68886 68887 68888 68889 68890 68891 68892 68893  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68885 class Subscription < Struct.new( :source, :destination, :metric, :statistic, :period) SENSITIVE = [] include Aws::Structure end  | 
  
#period ⇒ String
The data aggregation time for the subscription.
      68885 68886 68887 68888 68889 68890 68891 68892 68893  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68885 class Subscription < Struct.new( :source, :destination, :metric, :statistic, :period) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ String
The Region or Availability Zone that’s the source for the subscription. For example, ‘us-east-1`.
      68885 68886 68887 68888 68889 68890 68891 68892 68893  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68885 class Subscription < Struct.new( :source, :destination, :metric, :statistic, :period) SENSITIVE = [] include Aws::Structure end  | 
  
#statistic ⇒ String
The statistic used for the subscription.
      68885 68886 68887 68888 68889 68890 68891 68892 68893  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68885 class Subscription < Struct.new( :source, :destination, :metric, :statistic, :period) SENSITIVE = [] include Aws::Structure end  |