Class: Aws::Types::ApplicationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def application_arn
  @application_arn
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def application_name
  @application_name
end

#configuration_templates::Array[::String]

Returns the value of attribute configuration_templates.

Returns:

  • (::Array[::String])


24
25
26
# File 'sig/types.rbs', line 24

def configuration_templates
  @configuration_templates
end

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def date_created
  @date_created
end

#date_updated::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


22
23
24
# File 'sig/types.rbs', line 22

def date_updated
  @date_updated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def description
  @description
end

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

Returns the value of attribute resource_lifecycle_config.



25
26
27
# File 'sig/types.rbs', line 25

def resource_lifecycle_config
  @resource_lifecycle_config
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


23
24
25
# File 'sig/types.rbs', line 23

def versions
  @versions
end