Class: Aws::Types::ServerlessCacheSnapshot

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)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def arn
  @arn
end

#bytes_used_for_cache::String

Returns the value of attribute bytes_used_for_cache.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def bytes_used_for_cache
  @bytes_used_for_cache
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def create_time
  @create_time
end

#expiry_time::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def expiry_time
  @expiry_time
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def kms_key_id
  @kms_key_id
end

#serverless_cache_configurationTypes::ServerlessCacheConfiguration

Returns the value of attribute serverless_cache_configuration.



1712
1713
1714
# File 'sig/types.rbs', line 1712

def serverless_cache_configuration
  @serverless_cache_configuration
end

#serverless_cache_snapshot_name::String

Returns the value of attribute serverless_cache_snapshot_name.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def serverless_cache_snapshot_name
  @serverless_cache_snapshot_name
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def snapshot_type
  @snapshot_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def status
  @status
end