class
Amazonite::SecretsManager::ReplicationStatusType
- Amazonite::SecretsManager::ReplicationStatusType
- Reference
- Object
Overview
A replication object consisting of a RegionReplicationStatus object and includes a Region,
KMSKeyId, status, and status message.
Included Modules
- JSON::Serializable
Defined in:
secrets_manager/replication_status_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(region : String | Nil = nil, kms_key_id : String | Nil = nil, status : StatusType | Nil = nil, status_message : String | Nil = nil, last_accessed_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
Can be an
ARN,Key ID, orAlias. -
#kms_key_id=(kms_key_id : String | Nil)
Can be an
ARN,Key ID, orAlias. -
#last_accessed_date : Time | Nil
The date that the secret was last accessed in the Region.
-
#last_accessed_date=(last_accessed_date : Time | Nil)
The date that the secret was last accessed in the Region.
-
#region : String | Nil
The Region where replication occurs.
-
#region=(region : String | Nil)
The Region where replication occurs.
-
#status : StatusType | Nil
The status can be
InProgress,Failed, orInSync. -
#status=(status : StatusType | Nil)
The status can be
InProgress,Failed, orInSync. -
#status_message : String | Nil
Status message such as "Secret with this name already exists in this region".
-
#status_message=(status_message : String | Nil)
Status message such as "Secret with this name already exists in this region".
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
The date that the secret was last accessed in the Region. This field is omitted if the secret has never been retrieved in the Region.
Status message such as "Secret with this name already exists in this region".
Status message such as "Secret with this name already exists in this region".