Class: Aws::Types::UpdateAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def app_arn
  @app_arn
end

#assessment_schedule ⇒ "Disabled", "Daily"

Returns the value of attribute assessment_schedule.

Returns:

  • ("Disabled", "Daily")


1374
1375
1376
# File 'sig/types.rbs', line 1374

def assessment_schedule
  @assessment_schedule
end

#clear_resiliency_policy_arn ⇒ Boolean

Returns the value of attribute clear_resiliency_policy_arn.

Returns:

  • (Boolean)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def clear_resiliency_policy_arn
  @clear_resiliency_policy_arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def description
  @description
end

#event_subscriptions ⇒ ::Array[Types::EventSubscription]

Returns the value of attribute event_subscriptions.

Returns:



1377
1378
1379
# File 'sig/types.rbs', line 1377

def event_subscriptions
  @event_subscriptions
end

#permission_model ⇒ Types::PermissionModel

Returns the value of attribute permission_model.



1378
1379
1380
# File 'sig/types.rbs', line 1378

def permission_model
  @permission_model
end

#policy_arn ⇒ ::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def policy_arn
  @policy_arn
end