Class: Aws::EMRServerless::Types::ApplicationSummary

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

Overview

The summary of attributes associated with an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The CPU architecture of an application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the application was created.

Returns:

  • (Time)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#release_labelString

The Amazon EMR release associated with the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#state_detailsString

The state details of the application.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of application, such as Spark or Hive.

Returns:

  • (String)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the application was last updated.

Returns:

  • (Time)


194
195
196
197
198
199
200
201
202
203
204
205
206
207
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 194

class ApplicationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :release_label,
  :type,
  :state,
  :state_details,
  :created_at,
  :updated_at,
  :architecture)
  SENSITIVE = []
  include Aws::Structure
end