Class: Aws::Types::InstanceSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSnapshot
- 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_attached_disks ⇒ ::Array[Types::Disk]
Returns the value of attribute from_attached_disks.
-
#from_blueprint_id ⇒ ::String
Returns the value of attribute from_blueprint_id.
-
#from_bundle_id ⇒ ::String
Returns the value of attribute from_bundle_id.
-
#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.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def created_at @created_at end |
#from_attached_disks ⇒ ::Array[Types::Disk]
Returns the value of attribute from_attached_disks.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def from_attached_disks @from_attached_disks end |
#from_blueprint_id ⇒ ::String
Returns the value of attribute from_blueprint_id.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def from_blueprint_id @from_blueprint_id end |
#from_bundle_id ⇒ ::String
Returns the value of attribute from_bundle_id.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def from_bundle_id @from_bundle_id end |
#from_instance_arn ⇒ ::String
Returns the value of attribute from_instance_arn.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def from_instance_arn @from_instance_arn end |
#from_instance_name ⇒ ::String
Returns the value of attribute from_instance_name.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def from_instance_name @from_instance_name end |
#is_from_auto_snapshot ⇒ Boolean
Returns the value of attribute is_from_auto_snapshot.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def is_from_auto_snapshot @is_from_auto_snapshot end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def name @name end |
#progress ⇒ ::String
Returns the value of attribute progress.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def progress @progress end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def resource_type @resource_type end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def size_in_gb @size_in_gb end |
#state ⇒ "pending", ...
Returns the value of attribute state.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def @tags end |