Class: Aws::Types::GetAutoSnapshotsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoSnapshotsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_snapshots ⇒ ::Array[Types::AutoSnapshotDetails]
Returns the value of attribute auto_snapshots.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#auto_snapshots ⇒ ::Array[Types::AutoSnapshotDetails]
Returns the value of attribute auto_snapshots.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def auto_snapshots @auto_snapshots end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def resource_name @resource_name end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def resource_type @resource_type end |