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.
611 612 613 |
# File 'sig/types.rbs', line 611 def account_identifier @account_identifier end |
#last_update_time_stamp ⇒ ::Integer
Returns the value of attribute last_update_time_stamp.
616 617 618 |
# File 'sig/types.rbs', line 616 def last_update_time_stamp @last_update_time_stamp end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
614 615 616 |
# File 'sig/types.rbs', line 614 def resource_identifier @resource_identifier end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
615 616 617 |
# File 'sig/types.rbs', line 615 def @resource_tags end |
#resource_type ⇒ "AWS::EC2::Instance", ...
Returns the value of attribute resource_type.
613 614 615 |
# File 'sig/types.rbs', line 613 def resource_type @resource_type end |
#telemetry_configuration_state ⇒ ::Hash[("Logs" | "Metrics" | "Traces"), ("Enabled" | "Disabled" | "NotApplicable")]
Returns the value of attribute telemetry_configuration_state.
612 613 614 |
# File 'sig/types.rbs', line 612 def telemetry_configuration_state @telemetry_configuration_state end |
#telemetry_source_type ⇒ "VPC_FLOW_LOGS", ...
Returns the value of attribute telemetry_source_type.
617 618 619 |
# File 'sig/types.rbs', line 617 def telemetry_source_type @telemetry_source_type end |