Module: Aws::DataZone::Client::_UpdateDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataSourceOutput]
- 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
- #retain_permissions_on_revoke_failure ⇒ Boolean
- #schedule ⇒ Types::ScheduleConfiguration
- #self_grant_status ⇒ Types::SelfGrantStatusOutput
- #status ⇒ "CREATING", ...
- #type ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#asset_forms_output ⇒ ::Array[Types::FormOutput]
3948 |
# File 'sig/client.rbs', line 3948
def asset_forms_output: () -> ::Array[Types::FormOutput]
|
#configuration ⇒ Types::DataSourceConfigurationOutput
3944 |
# File 'sig/client.rbs', line 3944
def configuration: () -> Types::DataSourceConfigurationOutput
|
#connection_id ⇒ ::String
3943 |
# File 'sig/client.rbs', line 3943
def connection_id: () -> ::String
|
#created_at ⇒ ::Time
3954 |
# File 'sig/client.rbs', line 3954
def created_at: () -> ::Time
|
#description ⇒ ::String
3939 |
# File 'sig/client.rbs', line 3939
def description: () -> ::String
|
#domain_id ⇒ ::String
3940 |
# File 'sig/client.rbs', line 3940
def domain_id: () -> ::String
|
#enable_setting ⇒ "ENABLED", "DISABLED"
3946 |
# File 'sig/client.rbs', line 3946
def enable_setting: () -> ("ENABLED" | "DISABLED")
|
#environment_id ⇒ ::String
3942 |
# File 'sig/client.rbs', line 3942
def environment_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
3953 |
# File 'sig/client.rbs', line 3953
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
3935 |
# File 'sig/client.rbs', line 3935
def id: () -> ::String
|
#last_run_at ⇒ ::Time
3951 |
# File 'sig/client.rbs', line 3951
def last_run_at: () -> ::Time
|
#last_run_error_message ⇒ Types::DataSourceErrorMessage
3952 |
# File 'sig/client.rbs', line 3952
def last_run_error_message: () -> Types::DataSourceErrorMessage
|
#last_run_status ⇒ "REQUESTED", ...
3950 |
# File 'sig/client.rbs', line 3950
def last_run_status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#name ⇒ ::String
3938 |
# File 'sig/client.rbs', line 3938
def name: () -> ::String
|
#project_id ⇒ ::String
3941 |
# File 'sig/client.rbs', line 3941
def project_id: () -> ::String
|
#publish_on_import ⇒ Boolean
3947 |
# File 'sig/client.rbs', line 3947
def publish_on_import: () -> bool
|
#recommendation ⇒ Types::RecommendationConfiguration
3945 |
# File 'sig/client.rbs', line 3945
def recommendation: () -> Types::RecommendationConfiguration
|
#retain_permissions_on_revoke_failure ⇒ Boolean
3957 |
# File 'sig/client.rbs', line 3957
def retain_permissions_on_revoke_failure: () -> bool
|
#schedule ⇒ Types::ScheduleConfiguration
3949 |
# File 'sig/client.rbs', line 3949
def schedule: () -> Types::ScheduleConfiguration
|
#self_grant_status ⇒ Types::SelfGrantStatusOutput
3956 |
# File 'sig/client.rbs', line 3956
def self_grant_status: () -> Types::SelfGrantStatusOutput
|
#status ⇒ "CREATING", ...
3936 |
# File 'sig/client.rbs', line 3936
def status: () -> ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
|
#type ⇒ ::String
3937 |
# File 'sig/client.rbs', line 3937
def type: () -> ::String
|
#updated_at ⇒ ::Time
3955 |
# File 'sig/client.rbs', line 3955
def updated_at: () -> ::Time
|