Class: Aws::Tnb::Types::CreateSolFunctionPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::CreateSolFunctionPackageInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A tag is a label that you assign to an Amazon Web Services resource.
Instance Attribute Details
#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.
47 48 49 50 51 |
# File 'lib/aws-sdk-tnb/types.rb', line 47 class CreateSolFunctionPackageInput < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |