Class: Aws::Types::DiskSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::DiskSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#from_disk_arn ⇒ ::String
Returns the value of attribute from_disk_arn.
-
#from_disk_name ⇒ ::String
Returns the value of attribute from_disk_name.
-
#from_instance_arn ⇒ ::String
Returns the value of attribute from_instance_arn.
-
#from_instance_name ⇒ ::String
Returns the value of attribute from_instance_name.
-
#is_from_auto_snapshot ⇒ Boolean
Returns the value of attribute is_from_auto_snapshot.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def created_at @created_at end |
#from_disk_arn ⇒ ::String
Returns the value of attribute from_disk_arn.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def from_disk_arn @from_disk_arn end |
#from_disk_name ⇒ ::String
Returns the value of attribute from_disk_name.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def from_disk_name @from_disk_name end |
#from_instance_arn ⇒ ::String
Returns the value of attribute from_instance_arn.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def from_instance_arn @from_instance_arn end |
#from_instance_name ⇒ ::String
Returns the value of attribute from_instance_name.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def from_instance_name @from_instance_name end |
#is_from_auto_snapshot ⇒ Boolean
Returns the value of attribute is_from_auto_snapshot.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def is_from_auto_snapshot @is_from_auto_snapshot end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def name @name end |
#progress ⇒ ::String
Returns the value of attribute progress.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def progress @progress end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def resource_type @resource_type end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def size_in_gb @size_in_gb end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def end |