Class: Aws::Types::PutTelemetryRecordsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def hostname
  @hostname
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


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.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def telemetry_records
  @telemetry_records
end