Class: Aws::Types::UpdateKxVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def description
  @description
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def environment_id
  @environment_id
end

#nas1_configurationTypes::KxNAS1Configuration

Returns the value of attribute nas1_configuration.



1216
1217
1218
# File 'sig/types.rbs', line 1216

def nas1_configuration
  @nas1_configuration
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def volume_name
  @volume_name
end