Module: Aws::DataZone::Client::_GetDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSourceOutput]
- 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_asset_count ⇒ ::Integer
- #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
- #self_grant_status ⇒ Types::SelfGrantStatusOutput
- #status ⇒ "CREATING", ...
- #type ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#asset_forms_output ⇒ ::Array[Types::FormOutput]
1945 |
# File 'sig/client.rbs', line 1945
def asset_forms_output: () -> ::Array[Types::FormOutput]
|
#configuration ⇒ Types::DataSourceConfigurationOutput
1941 |
# File 'sig/client.rbs', line 1941
def configuration: () -> Types::DataSourceConfigurationOutput
|
#connection_id ⇒ ::String
1940 |
# File 'sig/client.rbs', line 1940
def connection_id: () -> ::String
|
#created_at ⇒ ::Time
1952 |
# File 'sig/client.rbs', line 1952
def created_at: () -> ::Time
|
#description ⇒ ::String
1936 |
# File 'sig/client.rbs', line 1936
def description: () -> ::String
|
#domain_id ⇒ ::String
1937 |
# File 'sig/client.rbs', line 1937
def domain_id: () -> ::String
|
#enable_setting ⇒ "ENABLED", "DISABLED"
1943 |
# File 'sig/client.rbs', line 1943
def enable_setting: () -> ("ENABLED" | "DISABLED")
|
#environment_id ⇒ ::String
1939 |
# File 'sig/client.rbs', line 1939
def environment_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
1951 |
# File 'sig/client.rbs', line 1951
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
1932 |
# File 'sig/client.rbs', line 1932
def id: () -> ::String
|
#last_run_asset_count ⇒ ::Integer
1950 |
# File 'sig/client.rbs', line 1950
def last_run_asset_count: () -> ::Integer
|
#last_run_at ⇒ ::Time
1948 |
# File 'sig/client.rbs', line 1948
def last_run_at: () -> ::Time
|
#last_run_error_message ⇒ Types::DataSourceErrorMessage
1949 |
# File 'sig/client.rbs', line 1949
def last_run_error_message: () -> Types::DataSourceErrorMessage
|
#last_run_status ⇒ "REQUESTED", ...
1947 |
# File 'sig/client.rbs', line 1947
def last_run_status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#name ⇒ ::String
1935 |
# File 'sig/client.rbs', line 1935
def name: () -> ::String
|
#project_id ⇒ ::String
1938 |
# File 'sig/client.rbs', line 1938
def project_id: () -> ::String
|
#publish_on_import ⇒ Boolean
1944 |
# File 'sig/client.rbs', line 1944
def publish_on_import: () -> bool
|
#recommendation ⇒ Types::RecommendationConfiguration
1942 |
# File 'sig/client.rbs', line 1942
def recommendation: () -> Types::RecommendationConfiguration
|
#schedule ⇒ Types::ScheduleConfiguration
1946 |
# File 'sig/client.rbs', line 1946
def schedule: () -> Types::ScheduleConfiguration
|
#self_grant_status ⇒ Types::SelfGrantStatusOutput
1954 |
# File 'sig/client.rbs', line 1954
def self_grant_status: () -> Types::SelfGrantStatusOutput
|
#status ⇒ "CREATING", ...
1933 |
# File 'sig/client.rbs', line 1933
def status: () -> ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
|
#type ⇒ ::String
1934 |
# File 'sig/client.rbs', line 1934
def type: () -> ::String
|
#updated_at ⇒ ::Time
1953 |
# File 'sig/client.rbs', line 1953
def updated_at: () -> ::Time
|