Class: Aws::NetworkManager::Types::GetCoreNetworkChangeSetRequest

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

#core_network_idString

The ID of a core network.

Returns:

  • (String)


2593
2594
2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2593

class GetCoreNetworkChangeSetRequest < Struct.new(
  :core_network_id,
  :policy_version_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2593
2594
2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2593

class GetCoreNetworkChangeSetRequest < Struct.new(
  :core_network_id,
  :policy_version_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2593
2594
2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2593

class GetCoreNetworkChangeSetRequest < Struct.new(
  :core_network_id,
  :policy_version_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_version_idInteger

The ID of the policy version.

Returns:

  • (Integer)


2593
2594
2595
2596
2597
2598
2599
2600
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2593

class GetCoreNetworkChangeSetRequest < Struct.new(
  :core_network_id,
  :policy_version_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end