Class: Aws::EC2::Types::Subscription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an Infrastructure Performance subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The Region or Availability Zone that's the target for the subscription. For example, eu-west-1.

Returns:

  • (String)


63583
63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63583

class Subscription < Struct.new(
  :source,
  :destination,
  :metric,
  :statistic,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#metricString

The metric used for the subscription.

Returns:

  • (String)


63583
63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63583

class Subscription < Struct.new(
  :source,
  :destination,
  :metric,
  :statistic,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#periodString

The data aggregation time for the subscription.

Returns:

  • (String)


63583
63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63583

class Subscription < Struct.new(
  :source,
  :destination,
  :metric,
  :statistic,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The Region or Availability Zone that's the source for the subscription. For example, us-east-1.

Returns:

  • (String)


63583
63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63583

class Subscription < Struct.new(
  :source,
  :destination,
  :metric,
  :statistic,
  :period)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic used for the subscription.

Returns:

  • (String)


63583
63584
63585
63586
63587
63588
63589
63590
63591
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63583

class Subscription < Struct.new(
  :source,
  :destination,
  :metric,
  :statistic,
  :period)
  SENSITIVE = []
  include Aws::Structure
end