Class: Aws::Types::ApplicationResourceLifecycleConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def service_role
  @service_role
end

#version_lifecycle_configTypes::ApplicationVersionLifecycleConfig

Returns the value of attribute version_lifecycle_config.



49
50
51
# File 'sig/types.rbs', line 49

def version_lifecycle_config
  @version_lifecycle_config
end