Class: AWSCDK::CloudTrail::InsightType
- Inherits:
-
Jsii::Object
- Object
- Jsii::Object
- AWSCDK::CloudTrail::InsightType
- Defined in:
- cloud_trail/insight_type.rb
Overview
Util element for InsightSelector.
Class Method Summary collapse
-
.API_CALL_RATE ⇒ AWSCDK::CloudTrail::InsightType
The type of insights to log on a trail.
-
.API_ERROR_RATE ⇒ AWSCDK::CloudTrail::InsightType
The type of insights to log on a trail.
- .jsii_overridable_methods ⇒ Object
Instance Method Summary collapse
-
#initialize(value) ⇒ InsightType
constructor
A new instance of InsightType.
- #value ⇒ String
Constructor Details
#initialize(value) ⇒ InsightType
Returns a new instance of InsightType.
9 10 11 12 |
# File 'cloud_trail/insight_type.rb', line 9 def initialize(value) Jsii::Type.check_type(value, JSON.parse(Base64.strict_decode64("eyJwcmltaXRpdmUiOiJzdHJpbmcifQ==")), "value") Jsii::Object.instance_method(:initialize).bind(self).call(value) end |
Class Method Details
.API_CALL_RATE ⇒ AWSCDK::CloudTrail::InsightType
The type of insights to log on a trail.
(API Call Rate)
25 26 27 |
# File 'cloud_trail/insight_type.rb', line 25 def self.API_CALL_RATE() Jsii::Kernel.instance.get_static("aws-cdk-lib.aws_cloudtrail.InsightType", "API_CALL_RATE") end |
.API_ERROR_RATE ⇒ AWSCDK::CloudTrail::InsightType
The type of insights to log on a trail.
(API Error Rate)
34 35 36 |
# File 'cloud_trail/insight_type.rb', line 34 def self.API_ERROR_RATE() Jsii::Kernel.instance.get_static("aws-cdk-lib.aws_cloudtrail.InsightType", "API_ERROR_RATE") end |
.jsii_overridable_methods ⇒ Object
14 15 16 17 18 |
# File 'cloud_trail/insight_type.rb', line 14 def self.jsii_overridable_methods { :value => { kind: :property, name: "value", is_optional: false }, } end |
Instance Method Details
#value ⇒ String
39 40 41 |
# File 'cloud_trail/insight_type.rb', line 39 def value() jsii_get_property("value") end |