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

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def name
  @name
end