Class: Aws::Types::DisableFastSnapshotRestoresRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_ids::Array[::String]

Returns the value of attribute availability_zone_ids.

Returns:

  • (::Array[::String])


8162
8163
8164
# File 'sig/types.rbs', line 8162

def availability_zone_ids
  @availability_zone_ids
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


8161
8162
8163
# File 'sig/types.rbs', line 8161

def availability_zones
  @availability_zones
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8164
8165
8166
# File 'sig/types.rbs', line 8164

def dry_run
  @dry_run
end

#source_snapshot_ids::Array[::String]

Returns the value of attribute source_snapshot_ids.

Returns:

  • (::Array[::String])


8163
8164
8165
# File 'sig/types.rbs', line 8163

def source_snapshot_ids
  @source_snapshot_ids
end