Class: Aws::Types::ReferenceListItem
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#md5 ⇒ ::String
Returns the value of attribute md5.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def id @id end |
#md5 ⇒ ::String
Returns the value of attribute md5.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def md5 @md5 end |
#name ⇒ ::String
Returns the value of attribute name.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def name @name end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def reference_store_id @reference_store_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def update_time @update_time end |