Class: Aws::Types::CreateServerlessCacheRequest

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.



489
490
491
# File 'sig/types.rbs', line 489

def cache_usage_limits
  @cache_usage_limits
end

#daily_snapshot_time::String

Returns the value of attribute daily_snapshot_time.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def daily_snapshot_time
  @daily_snapshot_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def description
  @description
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def engine
  @engine
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def kms_key_id
  @kms_key_id
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def major_engine_version
  @major_engine_version
end

#network_type"ipv4", ...

Returns the value of attribute network_type.

Returns:

  • ("ipv4", "ipv6", "dual_stack")


498
499
500
# File 'sig/types.rbs', line 498

def network_type
  @network_type
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


491
492
493
# File 'sig/types.rbs', line 491

def security_group_ids
  @security_group_ids
end

#serverless_cache_name::String

Returns the value of attribute serverless_cache_name.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def serverless_cache_name
  @serverless_cache_name
end

#snapshot_arns_to_restore::Array[::String]

Returns the value of attribute snapshot_arns_to_restore.

Returns:

  • (::Array[::String])


492
493
494
# File 'sig/types.rbs', line 492

def snapshot_arns_to_restore
  @snapshot_arns_to_restore
end

#snapshot_retention_limit::Integer

Returns the value of attribute snapshot_retention_limit.

Returns:

  • (::Integer)


496
497
498
# File 'sig/types.rbs', line 496

def snapshot_retention_limit
  @snapshot_retention_limit
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


495
496
497
# File 'sig/types.rbs', line 495

def subnet_ids
  @subnet_ids
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def tags
  @tags
end

#user_group_id::String

Returns the value of attribute user_group_id.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def user_group_id
  @user_group_id
end