Module: Aws::Lightsail::Client::_GetAutoSnapshotsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutoSnapshotsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_snapshots ⇒ ::Array[Types::AutoSnapshotDetails]
- #resource_name ⇒ ::String
- #resource_type ⇒ "ContainerService", ...
Instance Method Details
#auto_snapshots ⇒ ::Array[Types::AutoSnapshotDetails]
996 |
# File 'sig/client.rbs', line 996
def auto_snapshots: () -> ::Array[Types::AutoSnapshotDetails]
|
#resource_name ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def resource_name: () -> ::String
|
#resource_type ⇒ "ContainerService", ...
995 |
# File 'sig/client.rbs', line 995
def resource_type: () -> ("ContainerService" | "Instance" | "StaticIp" | "KeyPair" | "InstanceSnapshot" | "Domain" | "PeeredVpc" | "LoadBalancer" | "LoadBalancerTlsCertificate" | "Disk" | "DiskSnapshot" | "RelationalDatabase" | "RelationalDatabaseSnapshot" | "ExportSnapshotRecord" | "CloudFormationStackRecord" | "Alarm" | "ContactMethod" | "Distribution" | "Certificate" | "Bucket")
|