class
Amazonite::Iam::ServiceSpecificCredentialMetadata
- Amazonite::Iam::ServiceSpecificCredentialMetadata
- Reference
- Object
Overview
Contains additional details about a service-specific credential.
Defined in:
iam/service_specific_credential_metadata.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String, status : StatusType, create_date : Time, service_specific_credential_id : String, service_name : String, service_user_name : String | Nil = nil, service_credential_alias : String | Nil = nil, expiration_date : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create_date : Time
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
-
#create_date=(create_date : Time)
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
-
#expiration_date : Time | Nil
The date and time when the service specific credential expires.
-
#expiration_date=(expiration_date : Time | Nil)
The date and time when the service specific credential expires.
-
#hash(hasher)
See
Object#hash(hasher) -
#service_credential_alias : String | Nil
For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
-
#service_credential_alias=(service_credential_alias : String | Nil)
For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
-
#service_name : String
The name of the service associated with the service-specific credential.
-
#service_name=(service_name : String)
The name of the service associated with the service-specific credential.
-
#service_specific_credential_id : String
The unique identifier for the service-specific credential.
-
#service_specific_credential_id=(service_specific_credential_id : String)
The unique identifier for the service-specific credential.
-
#service_user_name : String | Nil
The generated user name for the service-specific credential.
-
#service_user_name=(service_user_name : String | Nil)
The generated user name for the service-specific credential.
-
#status : StatusType
The status of the service-specific credential.
-
#status=(status : StatusType)
The status of the service-specific credential.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String
The name of the IAM user associated with the service-specific credential.
-
#user_name=(user_name : String)
The name of the IAM user associated with the service-specific credential.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
The date and time, in ISO 8601 date-time format, when the service-specific credential were created.
The date and time when the service specific credential expires. This field is only present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.
The date and time when the service specific credential expires. This field is only present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.
For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM user name and a suffix containing version and creation information.
The name of the service associated with the service-specific credential.
The name of the service associated with the service-specific credential.
The unique identifier for the service-specific credential.
The unique identifier for the service-specific credential.
The generated user name for the service-specific credential.
The status of the service-specific credential. Active means that the key is valid for API
calls, while Inactive means it is not.
The status of the service-specific credential. Active means that the key is valid for API
calls, while Inactive means it is not.
The name of the IAM user associated with the service-specific credential.