Class: Aws::Types::Application

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info::Hash[::String, ::String]

Returns the value of attribute additional_info.

Returns:

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


63
64
65
# File 'sig/types.rbs', line 63

def additional_info
  @additional_info
end

#args::Array[::String]

Returns the value of attribute args.

Returns:

  • (::Array[::String])


62
63
64
# File 'sig/types.rbs', line 62

def args
  @args
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def name
  @name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def version
  @version
end