Class: Aws::EMRServerless::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetApplicationResponse
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
The output displays information about the specified application.
Instance Attribute Details
#application ⇒ Types::Application
The output displays information about the specified application.
570 571 572 573 574 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 570 class GetApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |