Class: Aws::Types::PutTelemetryRecordsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutTelemetryRecordsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#telemetry_records ⇒ ::Array[Types::TelemetryRecord]
Returns the value of attribute telemetry_records.
Instance Attribute Details
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def ec2_instance_id @ec2_instance_id end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
679 680 681 |
# File 'sig/types.rbs', line 679 def hostname @hostname end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
680 681 682 |
# File 'sig/types.rbs', line 680 def resource_arn @resource_arn end |
#telemetry_records ⇒ ::Array[Types::TelemetryRecord]
Returns the value of attribute telemetry_records.
677 678 679 |
# File 'sig/types.rbs', line 677 def telemetry_records @telemetry_records end |