Class: Aws::Types::Entity
- Inherits:
-
Object
- Object
- Aws::Types::Entity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#is_parent_entity ⇒ Boolean
Returns the value of attribute is_parent_entity.
-
#label ⇒ ::String
Returns the value of attribute label.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def category @category end |
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def custom_properties @custom_properties end |
#description ⇒ ::String
Returns the value of attribute description.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def description @description end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def entity_name @entity_name end |
#is_parent_entity ⇒ Boolean
Returns the value of attribute is_parent_entity.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def is_parent_entity @is_parent_entity end |
#label ⇒ ::String
Returns the value of attribute label.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def label @label end |