Class: Aws::Types::CreateApplicationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def application_name
  @application_name
end

#compute_platform"Server", ...

Returns the value of attribute compute_platform.

Returns:

  • ("Server", "Lambda", "ECS")


192
193
194
# File 'sig/types.rbs', line 192

def compute_platform
  @compute_platform
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def tags
  @tags
end