Class: Aws::Types::InheritedAllowedAdditionalAnalysesSource
- Inherits:
-
Object
- Object
- Aws::Types::InheritedAllowedAdditionalAnalysesSource
- 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 ⇒ ::Array[::String]
Returns the value of attribute value.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def name @name end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def source_account_id @source_account_id end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def type @type end |
#value ⇒ ::Array[::String]
Returns the value of attribute value.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def value @value end |