Class: Aws::Types::CreateSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3247
3248
3249
# File 'sig/types.rbs', line 3247

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3252
3253
3254
# File 'sig/types.rbs', line 3252

def dry_run
  @dry_run
end

#location"regional", "local"

Returns the value of attribute location.

Returns:

  • ("regional", "local")


3251
3252
3253
# File 'sig/types.rbs', line 3251

def location
  @location
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3248
3249
3250
# File 'sig/types.rbs', line 3248

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3250
3251
3252
# File 'sig/types.rbs', line 3250

def tag_specifications
  @tag_specifications
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


3249
3250
3251
# File 'sig/types.rbs', line 3249

def volume_id
  @volume_id
end