Class: Aws::Types::InheritedAdditionalAnalysesSource
- Inherits:
-
Object
- Object
- Aws::Types::InheritedAdditionalAnalysesSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
-
#type ⇒ "TABLE", ...
Returns the value of attribute type.
-
#value ⇒ "ALLOWED", ...
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def name @name end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def source_account_id @source_account_id end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def type @type end |
#value ⇒ "ALLOWED", ...
Returns the value of attribute value.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def value @value end |