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.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def creator_account_id @creator_account_id end |
#id ⇒ ::String
Returns the value of attribute id.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def name @name end |
#parent_type ⇒ "DIRECT", "INDIRECT"
Returns the value of attribute parent_type.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def parent_type @parent_type end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def type @type end |