Class: Aws::Types::Disk
- Inherits:
-
Object
- Object
- Aws::Types::Disk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_ons ⇒ ::Array[Types::AddOn]
Returns the value of attribute add_ons.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attached_to ⇒ ::String
Returns the value of attribute attached_to.
-
#attachment_state ⇒ ::String
Returns the value of attribute attachment_state.
-
#auto_mount_status ⇒ "Failed", ...
Returns the value of attribute auto_mount_status.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#gb_in_use ⇒ ::Integer
Returns the value of attribute gb_in_use.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
-
#is_system_disk ⇒ Boolean
Returns the value of attribute is_system_disk.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#add_ons ⇒ ::Array[Types::AddOn]
Returns the value of attribute add_ons.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def add_ons @add_ons end |
#arn ⇒ ::String
Returns the value of attribute arn.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def arn @arn end |
#attached_to ⇒ ::String
Returns the value of attribute attached_to.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def attached_to @attached_to end |
#attachment_state ⇒ ::String
Returns the value of attribute attachment_state.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def end |
#auto_mount_status ⇒ "Failed", ...
Returns the value of attribute auto_mount_status.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def auto_mount_status @auto_mount_status end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def created_at @created_at end |
#gb_in_use ⇒ ::Integer
Returns the value of attribute gb_in_use.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def gb_in_use @gb_in_use end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def iops @iops end |
#is_attached ⇒ Boolean
Returns the value of attribute is_attached.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def is_attached @is_attached end |
#is_system_disk ⇒ Boolean
Returns the value of attribute is_system_disk.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def is_system_disk @is_system_disk end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def path @path end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def resource_type @resource_type end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def size_in_gb @size_in_gb end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def end |