Class: Aws::Types::CreateDataSourceFromRDSInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_statisticsBoolean

Returns the value of attribute compute_statistics.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def compute_statistics
  @compute_statistics
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def data_source_id
  @data_source_id
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def data_source_name
  @data_source_name
end

#rds_dataTypes::RDSDataSpec

Returns the value of attribute rds_data.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def rds_data
  @rds_data
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def role_arn
  @role_arn
end