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")


3262
3263
3264
# File 'sig/types.rbs', line 3262

def copy_tags_from_source
  @copy_tags_from_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3257
3258
3259
# File 'sig/types.rbs', line 3257

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def dry_run
  @dry_run
end

#instance_specificationTypes::InstanceSpecification

Returns the value of attribute instance_specification.



3258
3259
3260
# File 'sig/types.rbs', line 3258

def instance_specification
  @instance_specification
end

#location"regional", "local"

Returns the value of attribute location.

Returns:

  • ("regional", "local")


3263
3264
3265
# File 'sig/types.rbs', line 3263

def location
  @location
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3259
3260
3261
# File 'sig/types.rbs', line 3259

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3260
3261
3262
# File 'sig/types.rbs', line 3260

def tag_specifications
  @tag_specifications
end