Class: Aws::Types::MemberDataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MemberDataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#data_sources ⇒ Types::DataSourceConfigurationsResult
Returns the value of attribute data_sources.
-
#features ⇒ ::Array[Types::MemberFeaturesConfigurationResult]
Returns the value of attribute features.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def account_id @account_id end |
#data_sources ⇒ Types::DataSourceConfigurationsResult
Returns the value of attribute data_sources.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def data_sources @data_sources end |
#features ⇒ ::Array[Types::MemberFeaturesConfigurationResult]
Returns the value of attribute features.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def features @features end |