Class: Aws::Types::ServerlessCache

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def arn
  @arn
end

#cache_usage_limitsTypes::CacheUsageLimits

Returns the value of attribute cache_usage_limits.



1672
1673
1674
# File 'sig/types.rbs', line 1672

def cache_usage_limits
  @cache_usage_limits
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def create_time
  @create_time
end

#daily_snapshot_time::String

Returns the value of attribute daily_snapshot_time.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def daily_snapshot_time
  @daily_snapshot_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def description
  @description
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



1676
1677
1678
# File 'sig/types.rbs', line 1676

def endpoint
  @endpoint
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def engine
  @engine
end

#full_engine_version::String

Returns the value of attribute full_engine_version.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def full_engine_version
  @full_engine_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def kms_key_id
  @kms_key_id
end

#major_engine_version::String

Returns the value of attribute major_engine_version.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def major_engine_version
  @major_engine_version
end

#network_type"ipv4", ...

Returns the value of attribute network_type.

Returns:

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


1683
1684
1685
# File 'sig/types.rbs', line 1683

def network_type
  @network_type
end

#reader_endpointTypes::Endpoint

Returns the value of attribute reader_endpoint.

Returns:



1677
1678
1679
# File 'sig/types.rbs', line 1677

def reader_endpoint
  @reader_endpoint
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1675
1676
1677
# File 'sig/types.rbs', line 1675

def security_group_ids
  @security_group_ids
end

#serverless_cache_name::String

Returns the value of attribute serverless_cache_name.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def serverless_cache_name
  @serverless_cache_name
end

#snapshot_retention_limit::Integer

Returns the value of attribute snapshot_retention_limit.

Returns:

  • (::Integer)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def snapshot_retention_limit
  @snapshot_retention_limit
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def status
  @status
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

  • ("none", "sse-elasticache", "sse-kms")


1674
1675
1676
# File 'sig/types.rbs', line 1674

def storage_encryption_type
  @storage_encryption_type
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1680
1681
1682
# File 'sig/types.rbs', line 1680

def subnet_ids
  @subnet_ids
end

#user_group_id::String

Returns the value of attribute user_group_id.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def user_group_id
  @user_group_id
end