Class: Aws::Types::ModifyServerlessCacheRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_usage_limitsTypes::CacheUsageLimits

Returns the value of attribute cache_usage_limits.



1280
1281
1282
# File 'sig/types.rbs', line 1280

def cache_usage_limits
  @cache_usage_limits
end

#daily_snapshot_time::String

Returns the value of attribute daily_snapshot_time.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def daily_snapshot_time
  @daily_snapshot_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def description
  @description
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def engine
  @engine
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def major_engine_version
  @major_engine_version
end

#remove_user_groupBoolean

Returns the value of attribute remove_user_group.

Returns:

  • (Boolean)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def remove_user_group
  @remove_user_group
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1283
1284
1285
# File 'sig/types.rbs', line 1283

def security_group_ids
  @security_group_ids
end

#serverless_cache_name::String

Returns the value of attribute serverless_cache_name.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def serverless_cache_name
  @serverless_cache_name
end

#snapshot_retention_limit::Integer

Returns the value of attribute snapshot_retention_limit.

Returns:

  • (::Integer)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def snapshot_retention_limit
  @snapshot_retention_limit
end

#user_group_id::String

Returns the value of attribute user_group_id.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def user_group_id
  @user_group_id
end