Class: Aws::Tnb::Types::CreateSolNetworkPackageOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Network package ARN.

Returns:

  • (String)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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

#idString

ID of the network package.

Returns:

  • (String)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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_stateString

Onboarding state of the network service descriptor in the network package.

Returns:

  • (String)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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_stateString

Operational state of the network service descriptor in the network package.

Returns:

  • (String)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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_stateString

Usage state of the network service descriptor in the network package.

Returns:

  • (String)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


205
206
207
208
209
210
211
212
213
214
# File 'gems/aws-sdk-tnb/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