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.
528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 528 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The output contains the ARN of the application.
528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 528 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The output contains the name of the application.
528 529 530 531 532 533 534 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 528 class CreateApplicationResponse < Struct.new( :application_id, :name, :arn) SENSITIVE = [] include Aws::Structure end |