Class: Aws::Types::CreateBackupRequest

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:



235
236
237
# File 'sig/types.rbs', line 235

def client_request_token
  @client_request_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:



234
235
236
# File 'sig/types.rbs', line 234

def file_system_id
  @file_system_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def volume_id
  @volume_id
end