Class: Aws::Types::TelemetryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TelemetryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_identifier ⇒ ::String
Returns the value of attribute account_identifier.
-
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
-
#telemetry_configuration_state ⇒ ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
Returns the value of attribute telemetry_configuration_state.
-
#telemetry_source_type ⇒ "VPC_FLOW_LOGS", ...
Returns the value of attribute telemetry_source_type.
Instance Attribute Details
#account_identifier ⇒ ::String
Returns the value of attribute account_identifier.
600 601 602 |
# File 'sig/types.rbs', line 600 def account_identifier @account_identifier end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
605 606 607 |
# File 'sig/types.rbs', line 605 def last_update_time_stamp @last_update_time_stamp end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
603 604 605 |
# File 'sig/types.rbs', line 603 def resource_identifier @resource_identifier end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
604 605 606 |
# File 'sig/types.rbs', line 604 def @resource_tags end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
602 603 604 |
# File 'sig/types.rbs', line 602 def resource_type @resource_type end |
#telemetry_configuration_state ⇒ ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
Returns the value of attribute telemetry_configuration_state.
601 602 603 |
# File 'sig/types.rbs', line 601 def telemetry_configuration_state @telemetry_configuration_state end |
#telemetry_source_type ⇒ "VPC_FLOW_LOGS", ...
Returns the value of attribute telemetry_source_type.
606 607 608 |
# File 'sig/types.rbs', line 606 def telemetry_source_type @telemetry_source_type end |