Module: Aws::DataZone::Client::_CreateAssetRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAssetRevisionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #external_identifier ⇒ ::String
- #first_revision_created_at ⇒ ::Time
- #first_revision_created_by ⇒ ::String
- #forms_output ⇒ ::Array[Types::FormOutput]
- #glossary_terms ⇒ ::Array[::String]
- #governed_glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
- #listing ⇒ Types::AssetListingDetails
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #prediction_configuration ⇒ Types::PredictionConfiguration
- #read_only_forms_output ⇒ ::Array[Types::FormOutput]
- #revision ⇒ ::String
- #type_identifier ⇒ ::String
- #type_revision ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
420 |
# File 'sig/client.rbs', line 420
def created_at: () -> ::Time
|
#created_by ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def created_by: () -> ::String
|
#description ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def description: () -> ::String
|
#domain_id ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def domain_id: () -> ::String
|
#external_identifier ⇒ ::String
417 |
# File 'sig/client.rbs', line 417
def external_identifier: () -> ::String
|
#first_revision_created_at ⇒ ::Time
422 |
# File 'sig/client.rbs', line 422
def first_revision_created_at: () -> ::Time
|
#first_revision_created_by ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def first_revision_created_by: () -> ::String
|
#forms_output ⇒ ::Array[Types::FormOutput]
429 |
# File 'sig/client.rbs', line 429
def forms_output: () -> ::Array[Types::FormOutput]
|
#glossary_terms ⇒ ::Array[::String]
424 |
# File 'sig/client.rbs', line 424
def glossary_terms: () -> ::Array[::String]
|
#governed_glossary_terms ⇒ ::Array[::String]
425 |
# File 'sig/client.rbs', line 425
def governed_glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def id: () -> ::String
|
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
431 |
# File 'sig/client.rbs', line 431
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
#listing ⇒ Types::AssetListingDetails
428 |
# File 'sig/client.rbs', line 428
def listing: () -> Types::AssetListingDetails
|
#name ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def name: () -> ::String
|
#owning_project_id ⇒ ::String
426 |
# File 'sig/client.rbs', line 426
def owning_project_id: () -> ::String
|
#prediction_configuration ⇒ Types::PredictionConfiguration
432 |
# File 'sig/client.rbs', line 432
def prediction_configuration: () -> Types::PredictionConfiguration
|
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
430 |
# File 'sig/client.rbs', line 430
def read_only_forms_output: () -> ::Array[Types::FormOutput]
|
#revision ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def revision: () -> ::String
|
#type_identifier ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def type_identifier: () -> ::String
|
#type_revision ⇒ ::String
416 |
# File 'sig/client.rbs', line 416
def type_revision: () -> ::String
|