Class: Aws::Tnb::Types::CreateSolNetworkPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::CreateSolNetworkPackageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
Network package ARN.
-
#id ⇒ String
ID of the network package.
-
#nsd_onboarding_state ⇒ String
Onboarding state of the network service descriptor in the network package.
-
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
-
#nsd_usage_state ⇒ String
Usage state of the network service descriptor in the network package.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#arn ⇒ String
Network package ARN.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#id ⇒ String
ID of the network package.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#nsd_onboarding_state ⇒ String
Onboarding state of the network service descriptor in the network package.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#nsd_operational_state ⇒ String
Operational state of the network service descriptor in the network package.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#nsd_usage_state ⇒ String
Usage state of the network service descriptor in the network package.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :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. You can use tags to search and filter your resources or track your Amazon Web Services costs.
205 206 207 208 209 210 211 212 213 214 |
# File 'lib/aws-sdk-tnb/types.rb', line 205 class CreateSolNetworkPackageOutput < Struct.new( :arn, :id, :nsd_onboarding_state, :nsd_operational_state, :nsd_usage_state, :tags) SENSITIVE = [:tags] include Aws::Structure end |