Class: Aws::Types::CreateApplicationRequest

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)


128
129
130
# File 'sig/types.rbs', line 128

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def name
  @name
end

#wave::String

Returns the value of attribute wave.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def wave
  @wave
end