Class: Aws::Types::AwsElasticBeanstalkEnvironmentTier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def version
  @version
end