Class: Aws::Types::Limitation
- Inherits:
-
Object
- Object
- Aws::Types::Limitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#impact ⇒ ::String
Returns the value of attribute impact.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#database_id ⇒ ::String
Returns the value of attribute database_id.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def database_id @database_id end |
#description ⇒ ::String
Returns the value of attribute description.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def description @description end |
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def engine_name @engine_name end |
#impact ⇒ ::String
Returns the value of attribute impact.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def impact @impact end |
#name ⇒ ::String
Returns the value of attribute name.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def type @type end |