Class: Aws::EMRServerless::Types::GetApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that will be described.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that will be described.
558 559 560 561 562 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 558 class GetApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |