Class: Aws::Types::CreateDataProductRevisionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataProductRevisionOutput
- 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.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def domain_id @domain_id end |
#first_revision_created_at ⇒ ::Time
Returns the value of attribute first_revision_created_at.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def first_revision_created_at @first_revision_created_at end |
#first_revision_created_by ⇒ ::String
Returns the value of attribute first_revision_created_by.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def first_revision_created_by @first_revision_created_by end |
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def forms_output @forms_output end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def id @id end |
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def owning_project_id @owning_project_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def revision @revision end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def status @status end |