Class: Aws::Types::CreateDataSourceFromRDSInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceFromRDSInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#rds_data ⇒ Types::RDSDataSpec
Returns the value of attribute rds_data.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
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.
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.
60 61 62 |
# File 'sig/types.rbs', line 60 def data_source_name @data_source_name end |
#rds_data ⇒ Types::RDSDataSpec
Returns the value of attribute rds_data.
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.
62 63 64 |
# File 'sig/types.rbs', line 62 def role_arn @role_arn end |