Class: Aws::Types::UpdateStorageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def current_version
  @current_version
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1727
1728
1729
# File 'sig/types.rbs', line 1727

def provisioned_throughput
  @provisioned_throughput
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


1728
1729
1730
# File 'sig/types.rbs', line 1728

def storage_mode
  @storage_mode
end

#volume_size_gb::Integer

Returns the value of attribute volume_size_gb.

Returns:

  • (::Integer)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def volume_size_gb
  @volume_size_gb
end