Module: Aws::DataZone::Client::_DeleteDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDataSourceOutput]
- 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
- #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]
1507 |
# File 'sig/client.rbs', line 1507
def asset_forms_output: () -> ::Array[Types::FormOutput]
|
#configuration ⇒ Types::DataSourceConfigurationOutput
1504 |
# File 'sig/client.rbs', line 1504
def configuration: () -> Types::DataSourceConfigurationOutput
|
#connection_id ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def connection_id: () -> ::String
|
#created_at ⇒ ::Time
1513 |
# File 'sig/client.rbs', line 1513
def created_at: () -> ::Time
|
#description ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def description: () -> ::String
|
#domain_id ⇒ ::String
1500 |
# File 'sig/client.rbs', line 1500
def domain_id: () -> ::String
|
#enable_setting ⇒ "ENABLED", "DISABLED"
1505 |
# File 'sig/client.rbs', line 1505
def enable_setting: () -> ("ENABLED" | "DISABLED")
|
#environment_id ⇒ ::String
1502 |
# File 'sig/client.rbs', line 1502
def environment_id: () -> ::String
|
#error_message ⇒ Types::DataSourceErrorMessage
1512 |
# File 'sig/client.rbs', line 1512
def error_message: () -> Types::DataSourceErrorMessage
|
#id ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495
def id: () -> ::String
|
#last_run_at ⇒ ::Time
1510 |
# File 'sig/client.rbs', line 1510
def last_run_at: () -> ::Time
|
#last_run_error_message ⇒ Types::DataSourceErrorMessage
1511 |
# File 'sig/client.rbs', line 1511
def last_run_error_message: () -> Types::DataSourceErrorMessage
|
#last_run_status ⇒ "REQUESTED", ...
1509 |
# File 'sig/client.rbs', line 1509
def last_run_status: () -> ("REQUESTED" | "RUNNING" | "FAILED" | "PARTIALLY_SUCCEEDED" | "SUCCESS")
|
#name ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498
def name: () -> ::String
|
#project_id ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def project_id: () -> ::String
|
#publish_on_import ⇒ Boolean
1506 |
# File 'sig/client.rbs', line 1506
def publish_on_import: () -> bool
|
#retain_permissions_on_revoke_failure ⇒ Boolean
1516 |
# File 'sig/client.rbs', line 1516
def retain_permissions_on_revoke_failure: () -> bool
|
#schedule ⇒ Types::ScheduleConfiguration
1508 |
# File 'sig/client.rbs', line 1508
def schedule: () -> Types::ScheduleConfiguration
|
#self_grant_status ⇒ Types::SelfGrantStatusOutput
1515 |
# File 'sig/client.rbs', line 1515
def self_grant_status: () -> Types::SelfGrantStatusOutput
|
#status ⇒ "CREATING", ...
1496 |
# File 'sig/client.rbs', line 1496
def status: () -> ("CREATING" | "FAILED_CREATION" | "READY" | "UPDATING" | "FAILED_UPDATE" | "RUNNING" | "DELETING" | "FAILED_DELETION")
|
#type ⇒ ::String
1497 |
# File 'sig/client.rbs', line 1497
def type: () -> ::String
|
#updated_at ⇒ ::Time
1514 |
# File 'sig/client.rbs', line 1514
def updated_at: () -> ::Time
|