Module: Aws::DataZone::Client::_CreateAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAssetOutput]
- 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
345 |
# File 'sig/client.rbs', line 345
def created_at: () -> ::Time
|
#created_by ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def created_by: () -> ::String
|
#description ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def description: () -> ::String
|
#domain_id ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def domain_id: () -> ::String
|
#external_identifier ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def external_identifier: () -> ::String
|
#first_revision_created_at ⇒ ::Time
347 |
# File 'sig/client.rbs', line 347
def first_revision_created_at: () -> ::Time
|
#first_revision_created_by ⇒ ::String
348 |
# File 'sig/client.rbs', line 348
def first_revision_created_by: () -> ::String
|
#forms_output ⇒ ::Array[Types::FormOutput]
354 |
# File 'sig/client.rbs', line 354
def forms_output: () -> ::Array[Types::FormOutput]
|
#glossary_terms ⇒ ::Array[::String]
349 |
# File 'sig/client.rbs', line 349
def glossary_terms: () -> ::Array[::String]
|
#governed_glossary_terms ⇒ ::Array[::String]
350 |
# File 'sig/client.rbs', line 350
def governed_glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def id: () -> ::String
|
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
356 |
# File 'sig/client.rbs', line 356
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
#listing ⇒ Types::AssetListingDetails
353 |
# File 'sig/client.rbs', line 353
def listing: () -> Types::AssetListingDetails
|
#name ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def name: () -> ::String
|
#owning_project_id ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def owning_project_id: () -> ::String
|
#prediction_configuration ⇒ Types::PredictionConfiguration
357 |
# File 'sig/client.rbs', line 357
def prediction_configuration: () -> Types::PredictionConfiguration
|
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
355 |
# File 'sig/client.rbs', line 355
def read_only_forms_output: () -> ::Array[Types::FormOutput]
|
#revision ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def revision: () -> ::String
|
#type_identifier ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def type_identifier: () -> ::String
|
#type_revision ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def type_revision: () -> ::String
|