Class: Aws::Types::CreateExascaleDbStorageVaultInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_flash_cache_in_percent::Integer

Returns the value of attribute additional_flash_cache_in_percent.

Returns:

  • (::Integer)


949
950
951
# File 'sig/types.rbs', line 949

def additional_flash_cache_in_percent
  @additional_flash_cache_in_percent
end

#autoscale_limit_in_g_bs::Integer

Returns the value of attribute autoscale_limit_in_g_bs.

Returns:

  • (::Integer)


950
951
952
# File 'sig/types.rbs', line 950

def autoscale_limit_in_g_bs
  @autoscale_limit_in_g_bs
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def display_name
  @display_name
end

#high_capacity_database_storage_total_size_in_g_bs::Integer

Returns the value of attribute high_capacity_database_storage_total_size_in_g_bs.

Returns:

  • (::Integer)


948
949
950
# File 'sig/types.rbs', line 948

def high_capacity_database_storage_total_size_in_g_bs
  @high_capacity_database_storage_total_size_in_g_bs
end

#is_autoscale_enabledBoolean

Returns the value of attribute is_autoscale_enabled.

Returns:

  • (Boolean)


954
955
956
# File 'sig/types.rbs', line 954

def is_autoscale_enabled
  @is_autoscale_enabled
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


955
956
957
# File 'sig/types.rbs', line 955

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def time_zone
  @time_zone
end