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)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def cluster_arn
  @cluster_arn
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def current_version
  @current_version
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1735
1736
1737
# File 'sig/types.rbs', line 1735

def provisioned_throughput
  @provisioned_throughput
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


1736
1737
1738
# File 'sig/types.rbs', line 1736

def storage_mode
  @storage_mode
end

#volume_size_gb::Integer

Returns the value of attribute volume_size_gb.

Returns:

  • (::Integer)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def volume_size_gb
  @volume_size_gb
end