Class: Aws::Types::UpdateApplicationResourceLifecycleMessage

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)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def application_name
  @application_name
end

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

Returns the value of attribute resource_lifecycle_config.



1027
1028
1029
# File 'sig/types.rbs', line 1027

def resource_lifecycle_config
  @resource_lifecycle_config
end