Class: Aws::Types::CreateApplicationMessage

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)


226
227
228
# File 'sig/types.rbs', line 226

def application_name
  @application_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

Returns the value of attribute resource_lifecycle_config.



228
229
230
# File 'sig/types.rbs', line 228

def resource_lifecycle_config
  @resource_lifecycle_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def tags
  @tags
end