Class: Aws::Types::PutEntityTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEntityTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def end |