Class: Aws::Types::DeriveSharedSecretRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


228
229
230
# File 'sig/types.rbs', line 228

def dry_run
  @dry_run
end

#grant_tokens::Array[::String]

Returns the value of attribute grant_tokens.

Returns:

  • (::Array[::String])


227
228
229
# File 'sig/types.rbs', line 227

def grant_tokens
  @grant_tokens
end

#key_agreement_algorithm"ECDH"

Returns the value of attribute key_agreement_algorithm.

Returns:

  • ("ECDH")


225
226
227
# File 'sig/types.rbs', line 225

def key_agreement_algorithm
  @key_agreement_algorithm
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def key_id
  @key_id
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def public_key
  @public_key
end

#recipientTypes::RecipientInfo

Returns the value of attribute recipient.



229
230
231
# File 'sig/types.rbs', line 229

def recipient
  @recipient
end