Class: Aws::Types::ChildResource
- Inherits:
-
Object
- Object
- Aws::Types::ChildResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_status ⇒ "CREATED", ...
Returns the value of attribute resource_status.
-
#resource_type ⇒ "INTERMEDIATE_TABLE"
Returns the value of attribute resource_type.
Instance Attribute Details
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def owner_account_id @owner_account_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
424 425 426 |
# File 'sig/types.rbs', line 424 def resource_name @resource_name end |
#resource_status ⇒ "CREATED", ...
Returns the value of attribute resource_status.
426 427 428 |
# File 'sig/types.rbs', line 426 def resource_status @resource_status end |
#resource_type ⇒ "INTERMEDIATE_TABLE"
Returns the value of attribute resource_type.
423 424 425 |
# File 'sig/types.rbs', line 423 def resource_type @resource_type end |