Class: Aws::Tnb::Types::InstantiateSolNetworkInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::InstantiateSolNetworkInstanceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#additional_params_for_ns ⇒ Hash, ...
Provides values for the configurable properties.
-
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action without actually making the request and provides an error response.
-
#ns_instance_id ⇒ String
ID of the network instance.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#additional_params_for_ns ⇒ Hash, ...
Provides values for the configurable properties.
1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-tnb/types.rb', line 1147 class InstantiateSolNetworkInstanceInput < Struct.new( :additional_params_for_ns, :dry_run, :ns_instance_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-tnb/types.rb', line 1147 class InstantiateSolNetworkInstanceInput < Struct.new( :additional_params_for_ns, :dry_run, :ns_instance_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#ns_instance_id ⇒ String
ID of the network instance.
1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-tnb/types.rb', line 1147 class InstantiateSolNetworkInstanceInput < Struct.new( :additional_params_for_ns, :dry_run, :ns_instance_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/aws-sdk-tnb/types.rb', line 1147 class InstantiateSolNetworkInstanceInput < Struct.new( :additional_params_for_ns, :dry_run, :ns_instance_id, :tags) SENSITIVE = [:tags] include Aws::Structure end |