Class: Aws::Types::GetNetworkTelemetryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkTelemetryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
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.
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.
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.
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.
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.
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.
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.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def resource_type @resource_type end |