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]
3986 |
# File 'sig/client.rbs', line 3986
def asset_forms_output: () -> ::Array[Types::FormOutput]
|
#configuration ⇒ Types::DataSourceConfigurationOutput
3982 |
# File 'sig/client.rbs', line 3982
def configuration: () -> Types::DataSourceConfigurationOutput
|
#connection_id ⇒ ::String
3981 |
# File 'sig/client.rbs', line 3981
def connection_id: () -> ::String
|
#created_at ⇒ ::Time
3992 |
# File 'sig/client.rbs', line 3992
def created_at: () -> ::Time
|
#description ⇒ ::String
3977 |
# File 'sig/client.rbs', line 3977
def description: () -> ::String
|
#domain_id ⇒ ::String
3978 |
# File 'sig/client.rbs', line 3978
def domain_id: () -> ::String
|
#enable_setting ⇒ "ENABLED", "DISABLED"
3984 |
# File 'sig/client.rbs', line 3984
def enable_setting: () -> ("ENABLED" | "DISABLED")
|
#environment_id ⇒ ::String
3980 |
# File 'sig/client.rbs', line 3980
def environment_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
3991 |
# File 'sig/client.rbs', line 3991
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
3973 |
# File 'sig/client.rbs', line 3973
def id: () -> ::String
|
#last_run_at ⇒ ::Time
3989 |
# File 'sig/client.rbs', line 3989
def last_run_at: () -> ::Time
|
#last_run_error_message ⇒ Types::DataSourceErrorMessage
3990 |
# File 'sig/client.rbs', line 3990
def last_run_error_message: () -> Types::DataSourceErrorMessage
|
#last_run_status ⇒ "REQUESTED", ...
3988 |
# File 'sig/client.rbs', line 3988
def last_run_status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#name ⇒ ::String
3976 |
# File 'sig/client.rbs', line 3976
def name: () -> ::String
|
#project_id ⇒ ::String
3979 |
# File 'sig/client.rbs', line 3979
def project_id: () -> ::String
|
#publish_on_import ⇒ Boolean
3985 |
# File 'sig/client.rbs', line 3985
def publish_on_import: () -> bool
|
#recommendation ⇒ Types::RecommendationConfiguration
3983 |
# File 'sig/client.rbs', line 3983
def recommendation: () -> Types::RecommendationConfiguration
|
#retain_permissions_on_revoke_failure ⇒ Boolean
3995 |
# File 'sig/client.rbs', line 3995
def retain_permissions_on_revoke_failure: () -> bool
|
#schedule ⇒ Types::ScheduleConfiguration
3987 |
# File 'sig/client.rbs', line 3987
def schedule: () -> Types::ScheduleConfiguration
|
#self_grant_status ⇒ Types::SelfGrantStatusOutput
3994 |
# File 'sig/client.rbs', line 3994
def self_grant_status: () -> Types::SelfGrantStatusOutput
|
#status ⇒ "CREATING", ...
3974 |
# File 'sig/client.rbs', line 3974
def status: () -> ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
|
#type ⇒ ::String
3975 |
# File 'sig/client.rbs', line 3975
def type: () -> ::String
|
#updated_at ⇒ ::Time
3993 |
# File 'sig/client.rbs', line 3993
def updated_at: () -> ::Time
|