Class: Aws::Types::BatchGetMembershipDatasourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetMembershipDatasourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_datasources ⇒ ::Array[Types::MembershipDatasources]
Returns the value of attribute membership_datasources.
-
#unprocessed_graphs ⇒ ::Array[Types::UnprocessedGraph]
Returns the value of attribute unprocessed_graphs.
Instance Attribute Details
#membership_datasources ⇒ ::Array[Types::MembershipDatasources]
Returns the value of attribute membership_datasources.
56 57 58 |
# File 'sig/types.rbs', line 56 def membership_datasources @membership_datasources end |
#unprocessed_graphs ⇒ ::Array[Types::UnprocessedGraph]
Returns the value of attribute unprocessed_graphs.
57 58 59 |
# File 'sig/types.rbs', line 57 def unprocessed_graphs @unprocessed_graphs end |