class Amazonite::DynamoDBV2::SSEDescription
- Amazonite::DynamoDBV2::SSEDescription
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/sse_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(status : SSEStatus | Nil = nil, sse_type : SSEType | Nil = nil, kms_master_key_arn : String | Nil = nil, inaccessible_encryption_date_time : Time | Nil = nil)
Instance Method Summary
- #inaccessible_encryption_date_time : Time | Nil
- #inaccessible_encryption_date_time=(inaccessible_encryption_date_time : Time | Nil)
- #kms_master_key_arn : String | Nil
- #kms_master_key_arn=(kms_master_key_arn : String | Nil)
- #sse_type : SSEType | Nil
- #sse_type=(sse_type : SSEType | Nil)
- #status : SSEStatus | Nil
- #status=(status : SSEStatus | Nil)
Constructor Detail
def self.new(status : SSEStatus | Nil = nil, sse_type : SSEType | Nil = nil, kms_master_key_arn : String | Nil = nil, inaccessible_encryption_date_time : Time | Nil = nil)
#
Instance Method Detail
def inaccessible_encryption_date_time=(inaccessible_encryption_date_time : Time | Nil)
#