Class: Aws::Types::GetNetworkResourceRelationshipsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkResourceRelationshipsRequest
- 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.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def aws_region @aws_region end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def core_network_id @core_network_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def global_network_id @global_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def next_token @next_token end |
#registered_gateway_arn ⇒ ::String
Returns the value of attribute registered_gateway_arn.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def registered_gateway_arn @registered_gateway_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def resource_type @resource_type end |