Class: Aws::Tnb::Types::CreateSolFunctionPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::CreateSolFunctionPackageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#arn ⇒ String
Function package ARN.
-
#id ⇒ String
ID of the function package.
-
#onboarding_state ⇒ String
Onboarding state of the function package.
-
#operational_state ⇒ String
Operational state of the function package.
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
-
#usage_state ⇒ String
Usage state of the function package.
Instance Attribute Details
#arn ⇒ String
Function package ARN.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) SENSITIVE = [:tags] include Aws::Structure end |
#id ⇒ String
ID of the function package.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) SENSITIVE = [:tags] include Aws::Structure end |
#onboarding_state ⇒ String
Onboarding state of the function package.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) SENSITIVE = [:tags] include Aws::Structure end |
#operational_state ⇒ String
Operational state of the function package.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) 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.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) SENSITIVE = [:tags] include Aws::Structure end |
#usage_state ⇒ String
Usage state of the function package.
82 83 84 85 86 87 88 89 90 91 |
# File 'lib/aws-sdk-tnb/types.rb', line 82 class CreateSolFunctionPackageOutput < Struct.new( :arn, :id, :onboarding_state, :operational_state, :tags, :usage_state) SENSITIVE = [:tags] include Aws::Structure end |