Class: Aws::EMRServerless::Types::CreateApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The output contains the application ID.

Returns:

  • (String)


504
505
506
507
508
509
510
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 504

class CreateApplicationResponse < Struct.new(
  :application_id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The output contains the ARN of the application.

Returns:

  • (String)


504
505
506
507
508
509
510
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 504

class CreateApplicationResponse < Struct.new(
  :application_id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The output contains the name of the application.

Returns:

  • (String)


504
505
506
507
508
509
510
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 504

class CreateApplicationResponse < Struct.new(
  :application_id,
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end