Class: Aws::Types::CreateVolumeFromBackupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::String

Returns the value of attribute backup_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def backup_id
  @backup_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def name
  @name
end

#ontap_configurationTypes::CreateOntapVolumeConfiguration

Returns the value of attribute ontap_configuration.



519
520
521
# File 'sig/types.rbs', line 519

def ontap_configuration
  @ontap_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def tags
  @tags
end