Class: Aws::NetworkManager::Types::GetNetworkResourceRelationshipsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

The Amazon Web Services Region.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#registered_gateway_arnString

The ARN of the registered gateway.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the gateway.

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

The following are the supported resource types for Direct Connect:

  • dxcon

  • dx-gateway

  • dx-vif

The following are the supported resource types for Network Manager:

  • connection

  • device

  • link

  • site

The following are the supported resource types for Amazon VPC:

  • customer-gateway

  • transit-gateway

  • transit-gateway-attachment

  • transit-gateway-connect-peer

  • transit-gateway-route-table

  • vpn-connection

Returns:

  • (String)


3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3025

class GetNetworkResourceRelationshipsRequest < Struct.new(
  :global_network_id,
  :core_network_id,
  :registered_gateway_arn,
  :aws_region,
  :account_id,
  :resource_type,
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end