Class: Aws::Types::IntermediateTableDependency
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_type ⇒ "DIRECT", "INDIRECT"
Returns the value of attribute parent_type.
-
#type ⇒ "TABLE", ...
Returns the value of attribute type.
Instance Attribute Details
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def creator_account_id @creator_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def name @name end |
#parent_type ⇒ "DIRECT", "INDIRECT"
Returns the value of attribute parent_type.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def parent_type @parent_type end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def type @type end |