Class: Aws::Types::MemberDataSourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def 
  @account_id
end

#data_sourcesTypes::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