Class: Aws::Tnb::Types::CreateSolNetworkPackageInput

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

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


167
168
169
170
171
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 167

class CreateSolNetworkPackageInput < Struct.new(
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end