Class: Aws::Types::GetAutoSnapshotsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_snapshots::Array[Types::AutoSnapshotDetails]

Returns the value of attribute auto_snapshots.

Returns:



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.

Returns:



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.

Returns:



1370
1371
1372
# File 'sig/types.rbs', line 1370

def resource_type
  @resource_type
end