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


3150
3151
3152
# File 'sig/types.rbs', line 3150

def copy_tags_from_source
  @copy_tags_from_source
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def dry_run
  @dry_run
end

#instance_specificationTypes::InstanceSpecification

Returns the value of attribute instance_specification.



3146
3147
3148
# File 'sig/types.rbs', line 3146

def instance_specification
  @instance_specification
end

#location"regional", "local"

Returns the value of attribute location.

Returns:

  • ("regional", "local")


3151
3152
3153
# File 'sig/types.rbs', line 3151

def location
  @location
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3147
3148
3149
# File 'sig/types.rbs', line 3147

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3148
3149
3150
# File 'sig/types.rbs', line 3148

def tag_specifications
  @tag_specifications
end