Class: Aws::EMRServerless::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ApplicationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The summary of attributes associated with an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#architecture ⇒ String
The CPU architecture of an application.
-
#arn ⇒ String
The ARN of the application.
-
#created_at ⇒ Time
The date and time when the application was created.
-
#id ⇒ String
The ID of the application.
-
#name ⇒ String
The name of the application.
-
#release_label ⇒ String
The Amazon EMR release associated with the application.
-
#state ⇒ String
The state of the application.
-
#state_details ⇒ String
The state details of the application.
-
#type ⇒ String
The type of application, such as Spark or Hive.
-
#updated_at ⇒ Time
The date and time when the application was last updated.
Instance Attribute Details
#architecture ⇒ String
The CPU architecture of an application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 |
#arn ⇒ String
The ARN of the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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_at ⇒ Time
The date and time when the application was created.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 |
#id ⇒ String
The ID of the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 |
#name ⇒ String
The name of the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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_label ⇒ String
The Amazon EMR release associated with the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 ⇒ String
The state of the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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_details ⇒ String
The state details of the application.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 |
#type ⇒ String
The type of application, such as Spark or Hive.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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_at ⇒ Time
The date and time when the application was last updated.
194 195 196 197 198 199 200 201 202 203 204 205 206 207 |
# File '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 |