Class: Aws::Types::GetAnnotationStoreVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnnotationStoreVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#store_id ⇒ ::String
Returns the value of attribute store_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
-
#version_size_bytes ⇒ ::Integer
Returns the value of attribute version_size_bytes.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
793 794 795 |
# File 'sig/types.rbs', line 793 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
792 793 794 |
# File 'sig/types.rbs', line 792 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
787 788 789 |
# File 'sig/types.rbs', line 787 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
790 791 792 |
# File 'sig/types.rbs', line 790 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
788 789 790 |
# File 'sig/types.rbs', line 788 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
797 798 799 |
# File 'sig/types.rbs', line 797 def end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
786 787 788 |
# File 'sig/types.rbs', line 786 def store_id @store_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
795 796 797 |
# File 'sig/types.rbs', line 795 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
794 795 796 |
# File 'sig/types.rbs', line 794 def update_time @update_time end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
789 790 791 |
# File 'sig/types.rbs', line 789 def version_arn @version_arn end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
791 792 793 |
# File 'sig/types.rbs', line 791 def version_name @version_name end |
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
796 797 798 |
# File 'sig/types.rbs', line 796 def end |
#version_size_bytes ⇒ ::Integer
Returns the value of attribute version_size_bytes.
798 799 800 |
# File 'sig/types.rbs', line 798 def version_size_bytes @version_size_bytes end |