Class: Aws::EMR::Types::SimplifiedApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::SimplifiedApplication
- Defined in:
- gems/aws-sdk-emr/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
.
6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6114 class SimplifiedApplication < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The returned release label application version. For example,
3.2.1
.
6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6114 class SimplifiedApplication < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |