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.
414 415 416 |
# File 'sig/types.rbs', line 414 def owner_account_id @owner_account_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
413 414 415 |
# File 'sig/types.rbs', line 413 def resource_name @resource_name end |
#resource_status ⇒ "CREATED", ...
Returns the value of attribute resource_status.
415 416 417 |
# File 'sig/types.rbs', line 415 def resource_status @resource_status end |
#resource_type ⇒ "INTERMEDIATE_TABLE"
Returns the value of attribute resource_type.
412 413 414 |
# File 'sig/types.rbs', line 412 def resource_type @resource_type end |