Class: Aws::Types::ReportDestination
- Inherits:
-
Object
- Object
- Aws::Types::ReportDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_id ⇒ ::String
Returns the value of attribute container_id.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
Instance Attribute Details
#container_id ⇒ ::String
Returns the value of attribute container_id.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def container_id @container_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def document_id @document_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def integration_id @integration_id end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def parent_id @parent_id end |