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.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def category @category end |
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def custom_properties @custom_properties end |
#description ⇒ ::String
Returns the value of attribute description.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def description @description end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def entity_name @entity_name end |
#is_parent_entity ⇒ Boolean
Returns the value of attribute is_parent_entity.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def is_parent_entity @is_parent_entity end |
#label ⇒ ::String
Returns the value of attribute label.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def label @label end |