Class: Aws::Types::CreatePackageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def description
  @description
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def package_name
  @package_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1032
1033
1034
# File 'sig/types.rbs', line 1032

def tags
  @tags
end