Class: Aws::Types::GetNetworkResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkResourcesRequest
- 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.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def aws_region @aws_region end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def core_network_id @core_network_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def global_network_id @global_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def next_token @next_token end |
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def registered_gateway_arn @registered_gateway_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def resource_type @resource_type end |