Class: Aws::Types::DependentEntity
- Inherits:
-
Object
- Object
- Aws::Types::DependentEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependent_resource_ids ⇒ ::Array[::String]
Returns the value of attribute dependent_resource_ids.
-
#relation_type ⇒ ::String
Returns the value of attribute relation_type.
Instance Attribute Details
#dependent_resource_ids ⇒ ::Array[::String]
Returns the value of attribute dependent_resource_ids.
195 196 197 |
# File 'sig/types.rbs', line 195 def dependent_resource_ids @dependent_resource_ids end |
#relation_type ⇒ ::String
Returns the value of attribute relation_type.
194 195 196 |
# File 'sig/types.rbs', line 194 def relation_type @relation_type end |