Class: Aws::Types::CreateSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_tags_from_source"volume"

Returns the value of attribute copy_tags_from_source.

Returns:

  • ("volume")


3312
3313
3314
# File 'sig/types.rbs', line 3312

def copy_tags_from_source
  @copy_tags_from_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3307
3308
3309
# File 'sig/types.rbs', line 3307

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3311
3312
3313
# File 'sig/types.rbs', line 3311

def dry_run
  @dry_run
end

#instance_specificationTypes::InstanceSpecification

Returns the value of attribute instance_specification.



3308
3309
3310
# File 'sig/types.rbs', line 3308

def instance_specification
  @instance_specification
end

#location"regional", "local"

Returns the value of attribute location.

Returns:

  • ("regional", "local")


3313
3314
3315
# File 'sig/types.rbs', line 3313

def location
  @location
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3309
3310
3311
# File 'sig/types.rbs', line 3309

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3310
3311
3312
# File 'sig/types.rbs', line 3310

def tag_specifications
  @tag_specifications
end