Class: Aws::ResilienceHub::Types::DescribeAppResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2225
2226
2227
2228
2229
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2225

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