Class: Aws::Tnb::Types::CreateSolFunctionPackageOutput

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

Function package ARN.

Returns:

  • (String)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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

#idString

ID of the function package.

Returns:

  • (String)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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_stateString

Onboarding state of the function package.

Returns:

  • (String)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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_stateString

Operational state of the function package.

Returns:

  • (String)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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

#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>)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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_stateString

Usage state of the function package.

Returns:

  • (String)


82
83
84
85
86
87
88
89
90
91
# File 'gems/aws-sdk-tnb/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