Class: Aws::Types::AwsElasticBeanstalkEnvironmentTier
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticBeanstalkEnvironmentTier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def version @version end |