Class: Aws::EMRServerless::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::CreateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The output contains the application ID.
-
#arn ⇒ String
The output contains the ARN of the application.
-
#name ⇒ String
The output contains the name of the application.
Instance Attribute Details
#application_id ⇒ String
The output contains the application ID.
548 549 550 551 552 553 554 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 548 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The output contains the ARN of the application.
548 549 550 551 552 553 554 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 548 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The output contains the name of the application.
548 549 550 551 552 553 554 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 548 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |