Class: Aws::NetworkManager::Types::CreateCoreNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateCoreNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with a core network request.
-
#description ⇒ String
The description of a core network.
-
#global_network_id ⇒ String
The ID of the global network that a core network will be a part of.
-
#policy_document ⇒ String
The policy document for creating a core network.
-
#tags ⇒ Array<Types::Tag>
Key-value tags associated with a core network request.
Instance Attribute Details
#client_token ⇒ String
The client token associated with a core network request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1521 1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1521 class CreateCoreNetworkRequest < Struct.new( :global_network_id, :description, :tags, :policy_document, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a core network.
1521 1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1521 class CreateCoreNetworkRequest < Struct.new( :global_network_id, :description, :tags, :policy_document, :client_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network that a core network will be a part of.
1521 1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1521 class CreateCoreNetworkRequest < Struct.new( :global_network_id, :description, :tags, :policy_document, :client_token) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The policy document for creating a core network.
1521 1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1521 class CreateCoreNetworkRequest < Struct.new( :global_network_id, :description, :tags, :policy_document, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value tags associated with a core network request.
1521 1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1521 class CreateCoreNetworkRequest < Struct.new( :global_network_id, :description, :tags, :policy_document, :client_token) SENSITIVE = [] include Aws::Structure end |