Class: Aws::EMR::Types::SimplifiedApplication

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The returned release label application name. For example, ‘hadoop`.

Returns:

  • (String)


6042
6043
6044
6045
6046
6047
# File 'lib/aws-sdk-emr/types.rb', line 6042

class SimplifiedApplication < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The returned release label application version. For example, ‘3.2.1`.

Returns:

  • (String)


6042
6043
6044
6045
6046
6047
# File 'lib/aws-sdk-emr/types.rb', line 6042

class SimplifiedApplication < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end