Class: Aws::Types::BatchGetGraphMemberDatasourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetGraphMemberDatasourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
40 41 42 |
# File 'sig/types.rbs', line 40 def account_ids @account_ids end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def graph_arn @graph_arn end |