Class: Aws::Types::DeleteDataSourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDataSourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute asset_forms_output.
-
#configuration ⇒ Types::DataSourceConfigurationOutput
Returns the value of attribute configuration.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
-
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
-
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
-
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
-
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
-
#self_grant_status ⇒ Types::SelfGrantStatusOutput
Returns the value of attribute self_grant_status.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#asset_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute asset_forms_output.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def asset_forms_output @asset_forms_output end |
#configuration ⇒ Types::DataSourceConfigurationOutput
Returns the value of attribute configuration.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def configuration @configuration end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def connection_id @connection_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def domain_id @domain_id end |
#enable_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute enable_setting.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def enable_setting @enable_setting end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def environment_id @environment_id end |
#error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute error_message.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def id @id end |
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def last_run_at @last_run_at end |
#last_run_error_message ⇒ Types::DataSourceErrorMessage
Returns the value of attribute last_run_error_message.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def @last_run_error_message end |
#last_run_status ⇒ "REQUESTED", ...
Returns the value of attribute last_run_status.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def last_run_status @last_run_status end |
#name ⇒ ::String
Returns the value of attribute name.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def project_id @project_id end |
#publish_on_import ⇒ Boolean
Returns the value of attribute publish_on_import.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def publish_on_import @publish_on_import end |
#retain_permissions_on_revoke_failure ⇒ Boolean
Returns the value of attribute retain_permissions_on_revoke_failure.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def @retain_permissions_on_revoke_failure end |
#schedule ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def schedule @schedule end |
#self_grant_status ⇒ Types::SelfGrantStatusOutput
Returns the value of attribute self_grant_status.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def self_grant_status @self_grant_status end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def updated_at @updated_at end |