Class: Aws::Types::NetworkTelemetry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def 
  @account_id
end

#address ⇒ ::String

Returns the value of attribute address.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def address
  @address
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def aws_region
  @aws_region
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def core_network_id
  @core_network_id
end

#health ⇒ Types::ConnectionHealth

Returns the value of attribute health.



1467
1468
1469
# File 'sig/types.rbs', line 1467

def health
  @health
end

#registered_gateway_arn ⇒ ::String

Returns the value of attribute registered_gateway_arn.

Returns:

  • (::String)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def registered_gateway_arn
  @registered_gateway_arn
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def resource_arn
  @resource_arn
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def resource_type
  @resource_type
end