Class: Aws::Types::CreateAssetRevisionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetRevisionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#external_identifier ⇒ ::String
Returns the value of attribute external_identifier.
-
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
-
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
-
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms_output.
-
#listing ⇒ Types::AssetListingDetails
Returns the value of attribute listing.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#prediction_configuration ⇒ Types::PredictionConfiguration
Returns the value of attribute prediction_configuration.
-
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute read_only_forms_output.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
903 904 905 |
# File 'sig/types.rbs', line 903 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
904 905 906 |
# File 'sig/types.rbs', line 904 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
902 903 904 |
# File 'sig/types.rbs', line 902 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
910 911 912 |
# File 'sig/types.rbs', line 910 def domain_id @domain_id end |
#external_identifier ⇒ ::String
Returns the value of attribute external_identifier.
900 901 902 |
# File 'sig/types.rbs', line 900 def external_identifier @external_identifier end |
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
905 906 907 |
# File 'sig/types.rbs', line 905 def first_revision_created_at @first_revision_created_at end |
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
906 907 908 |
# File 'sig/types.rbs', line 906 def first_revision_created_by @first_revision_created_by end |
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
912 913 914 |
# File 'sig/types.rbs', line 912 def forms_output @forms_output end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
907 908 909 |
# File 'sig/types.rbs', line 907 def glossary_terms @glossary_terms end |
#governed_glossary_terms ⇒ ::Array[::String]
Returns the value of attribute governed_glossary_terms.
908 909 910 |
# File 'sig/types.rbs', line 908 def governed_glossary_terms @governed_glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
896 897 898 |
# File 'sig/types.rbs', line 896 def id @id end |
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms_output.
914 915 916 |
# File 'sig/types.rbs', line 914 def latest_time_series_data_point_forms_output @latest_time_series_data_point_forms_output end |
#listing ⇒ Types::AssetListingDetails
Returns the value of attribute listing.
911 912 913 |
# File 'sig/types.rbs', line 911 def listing @listing end |
#name ⇒ ::String
Returns the value of attribute name.
897 898 899 |
# File 'sig/types.rbs', line 897 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
909 910 911 |
# File 'sig/types.rbs', line 909 def owning_project_id @owning_project_id end |
#prediction_configuration ⇒ Types::PredictionConfiguration
Returns the value of attribute prediction_configuration.
915 916 917 |
# File 'sig/types.rbs', line 915 def prediction_configuration @prediction_configuration end |
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute read_only_forms_output.
913 914 915 |
# File 'sig/types.rbs', line 913 def read_only_forms_output @read_only_forms_output end |
#revision ⇒ ::String
Returns the value of attribute revision.
901 902 903 |
# File 'sig/types.rbs', line 901 def revision @revision end |
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
898 899 900 |
# File 'sig/types.rbs', line 898 def type_identifier @type_identifier end |
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
899 900 901 |
# File 'sig/types.rbs', line 899 def type_revision @type_revision end |