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.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def name @name end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def source_account_id @source_account_id end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def type @type end |
#value ⇒ "ALLOWED", ...
Returns the value of attribute value.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def value @value end |