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

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def volume_id
  @volume_id
end