Class: Aws::Types::KmsGrantConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsTypes::KmsGrantConstraints

Returns the value of attribute constraints.



747
748
749
# File 'sig/types.rbs', line 747

def constraints
  @constraints
end

#grantee_principal::String

Returns the value of attribute grantee_principal.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def grantee_principal
  @grantee_principal
end

#issuing_account::String

Returns the value of attribute issuing_account.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def 
  
end

#operations::Array[("CreateGrant" | "Decrypt" | "DescribeKey" | "Encrypt" | "GenerateDataKey" | "GenerateDataKeyPair" | "GenerateDataKeyPairWithoutPlaintext" | "GenerateDataKeyWithoutPlaintext" | "GetPublicKey" | "ReEncryptFrom" | "ReEncryptTo" | "RetireGrant" | "Sign" | "Verify")]

Returns the value of attribute operations.

Returns:

  • (::Array[("CreateGrant" | "Decrypt" | "DescribeKey" | "Encrypt" | "GenerateDataKey" | "GenerateDataKeyPair" | "GenerateDataKeyPairWithoutPlaintext" | "GenerateDataKeyWithoutPlaintext" | "GetPublicKey" | "ReEncryptFrom" | "ReEncryptTo" | "RetireGrant" | "Sign" | "Verify")])


744
745
746
# File 'sig/types.rbs', line 744

def operations
  @operations
end

#retiring_principal::String

Returns the value of attribute retiring_principal.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def retiring_principal
  @retiring_principal
end