Class: Aws::NetworkManager::Types::GetNetworkResourcesRequest

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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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 gateway.

Returns:

  • (String)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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 resource.

Returns:

  • (String)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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:

The following are the supported resource types for Network Manager:

  • connection - The definition model is Connection.

  • device - The definition model is Device.

  • link - The definition model is Link.

  • site - The definition model is Site.

The following are the supported resource types for Amazon VPC:

Returns:

  • (String)


3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3145

class GetNetworkResourcesRequest < 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