Class: Aws::Types::RDSDataSpec
- Inherits:
-
Object
- Object
- Aws::Types::RDSDataSpec
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
-
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
-
#data_schema_uri ⇒ ::String
Returns the value of attribute data_schema_uri.
-
#database_credentials ⇒ Types::RDSDatabaseCredentials
Returns the value of attribute database_credentials.
-
#database_information ⇒ Types::RDSDatabase
Returns the value of attribute database_information.
-
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
-
#s3_staging_location ⇒ ::String
Returns the value of attribute s3_staging_location.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#data_rearrangement ⇒ ::String
Returns the value of attribute data_rearrangement.
538 539 540 |
# File 'sig/types.rbs', line 538 def data_rearrangement @data_rearrangement end |
#data_schema ⇒ ::String
Returns the value of attribute data_schema.
539 540 541 |
# File 'sig/types.rbs', line 539 def data_schema @data_schema end |
#data_schema_uri ⇒ ::String
Returns the value of attribute data_schema_uri.
540 541 542 |
# File 'sig/types.rbs', line 540 def data_schema_uri @data_schema_uri end |
#database_credentials ⇒ Types::RDSDatabaseCredentials
Returns the value of attribute database_credentials.
536 537 538 |
# File 'sig/types.rbs', line 536 def database_credentials @database_credentials end |
#database_information ⇒ Types::RDSDatabase
Returns the value of attribute database_information.
534 535 536 |
# File 'sig/types.rbs', line 534 def database_information @database_information end |
#resource_role ⇒ ::String
Returns the value of attribute resource_role.
541 542 543 |
# File 'sig/types.rbs', line 541 def resource_role @resource_role end |
#s3_staging_location ⇒ ::String
Returns the value of attribute s3_staging_location.
537 538 539 |
# File 'sig/types.rbs', line 537 def s3_staging_location @s3_staging_location end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
544 545 546 |
# File 'sig/types.rbs', line 544 def security_group_ids @security_group_ids end |
#select_sql_query ⇒ ::String
Returns the value of attribute select_sql_query.
535 536 537 |
# File 'sig/types.rbs', line 535 def select_sql_query @select_sql_query end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
542 543 544 |
# File 'sig/types.rbs', line 542 def service_role @service_role end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def subnet_id @subnet_id end |