Class: Aws::Types::ConnectorEntity
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_nested_entities ⇒ Boolean
Returns the value of attribute has_nested_entities.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#has_nested_entities ⇒ Boolean
Returns the value of attribute has_nested_entities.
143 144 145 |
# File 'sig/types.rbs', line 143 def has_nested_entities @has_nested_entities end |
#label ⇒ ::String
Returns the value of attribute label.
142 143 144 |
# File 'sig/types.rbs', line 142 def label @label end |
#name ⇒ ::String
Returns the value of attribute name.
141 142 143 |
# File 'sig/types.rbs', line 141 def name @name end |