Class: Aws::EMRServerless::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::CreateApplicationResponse
- Defined in:
- gems/aws-sdk-emrserverless/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.
516 517 518 519 520 521 522 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 516 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The output contains the ARN of the application.
516 517 518 519 520 521 522 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 516 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The output contains the name of the application.
516 517 518 519 520 521 522 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 516 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |