Class: Aws::EMR::Types::SimplifiedApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::SimplifiedApplication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The returned release label application names or versions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The returned release label application name.
-
#version ⇒ String
The returned release label application version.
Instance Attribute Details
#name ⇒ String
The returned release label application name. For example, ‘hadoop`.
6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-emr/types.rb', line 6099 class SimplifiedApplication < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The returned release label application version. For example, ‘3.2.1`.
6099 6100 6101 6102 6103 6104 |
# File 'lib/aws-sdk-emr/types.rb', line 6099 class SimplifiedApplication < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |