Class: Aws::Types::GetNetworkTelemetryRequest

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)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def 
  @account_id
end

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def aws_region
  @aws_region
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def core_network_id
  @core_network_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def global_network_id
  @global_network_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def next_token
  @next_token
end

#registered_gateway_arn ⇒ ::String

Returns the value of attribute registered_gateway_arn.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def registered_gateway_arn
  @registered_gateway_arn
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def resource_arn
  @resource_arn
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def resource_type
  @resource_type
end