Class: Aws::ResilienceHub::Types::UpdateAppResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appTypes::App

The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.

Returns:



5624
5625
5626
5627
5628
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5624

class UpdateAppResponse < Struct.new(
  :app)
  SENSITIVE = []
  include Aws::Structure
end