Module: Aws::DataZone::Client::_CreateDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataSourceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #asset_forms_output ⇒ ::Array[Types::FormOutput]
- #configuration ⇒ Types::DataSourceConfigurationOutput
- #connection_id ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #enable_setting ⇒ "ENABLED", "DISABLED"
- #environment_id ⇒ ::String
- #error_message ⇒ Types::DataSourceErrorMessage
- #id ⇒ ::String
- #last_run_at ⇒ ::Time
- #last_run_error_message ⇒ Types::DataSourceErrorMessage
- #last_run_status ⇒ "REQUESTED", ...
- #name ⇒ ::String
- #project_id ⇒ ::String
- #publish_on_import ⇒ Boolean
- #recommendation ⇒ Types::RecommendationConfiguration
- #schedule ⇒ Types::ScheduleConfiguration
- #status ⇒ "CREATING", ...
- #type ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#asset_forms_output ⇒ ::Array[Types::FormOutput]
762 |
# File 'sig/client.rbs', line 762
def asset_forms_output: () -> ::Array[Types::FormOutput]
|
#configuration ⇒ Types::DataSourceConfigurationOutput
758 |
# File 'sig/client.rbs', line 758
def configuration: () -> Types::DataSourceConfigurationOutput
|
#connection_id ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def connection_id: () -> ::String
|
#created_at ⇒ ::Time
768 |
# File 'sig/client.rbs', line 768
def created_at: () -> ::Time
|
#description ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def description: () -> ::String
|
#domain_id ⇒ ::String
754 |
# File 'sig/client.rbs', line 754
def domain_id: () -> ::String
|
#enable_setting ⇒ "ENABLED", "DISABLED"
760 |
# File 'sig/client.rbs', line 760
def enable_setting: () -> ("ENABLED" | "DISABLED")
|
#environment_id ⇒ ::String
756 |
# File 'sig/client.rbs', line 756
def environment_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
767 |
# File 'sig/client.rbs', line 767
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def id: () -> ::String
|
#last_run_at ⇒ ::Time
765 |
# File 'sig/client.rbs', line 765
def last_run_at: () -> ::Time
|
#last_run_error_message ⇒ Types::DataSourceErrorMessage
766 |
# File 'sig/client.rbs', line 766
def last_run_error_message: () -> Types::DataSourceErrorMessage
|
#last_run_status ⇒ "REQUESTED", ...
764 |
# File 'sig/client.rbs', line 764
def last_run_status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#name ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def name: () -> ::String
|
#project_id ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def project_id: () -> ::String
|
#publish_on_import ⇒ Boolean
761 |
# File 'sig/client.rbs', line 761
def publish_on_import: () -> bool
|
#recommendation ⇒ Types::RecommendationConfiguration
759 |
# File 'sig/client.rbs', line 759
def recommendation: () -> Types::RecommendationConfiguration
|
#schedule ⇒ Types::ScheduleConfiguration
763 |
# File 'sig/client.rbs', line 763
def schedule: () -> Types::ScheduleConfiguration
|
#status ⇒ "CREATING", ...
750 |
# File 'sig/client.rbs', line 750
def status: () -> ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
|
#type ⇒ ::String
751 |
# File 'sig/client.rbs', line 751
def type: () -> ::String
|
#updated_at ⇒ ::Time
769 |
# File 'sig/client.rbs', line 769
def updated_at: () -> ::Time
|