Class: Aws::Types::CreateDataSourceFromRedshiftInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceFromRedshiftInput
- 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.
-
#data_spec ⇒ Types::RedshiftDataSpec
Returns the value of attribute data_spec.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
77 78 79 |
# File 'sig/types.rbs', line 77 def compute_statistics @compute_statistics end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def data_source_id @data_source_id end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
74 75 76 |
# File 'sig/types.rbs', line 74 def data_source_name @data_source_name end |
#data_spec ⇒ Types::RedshiftDataSpec
Returns the value of attribute data_spec.
75 76 77 |
# File 'sig/types.rbs', line 75 def data_spec @data_spec end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def role_arn @role_arn end |