Class: Aws::Types::SpekeKeyProvider

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_contract_configurationTypes::EncryptionContractConfiguration

Returns the value of attribute encryption_contract_configuration.



455
456
457
# File 'sig/types.rbs', line 455

def encryption_contract_configuration
  @encryption_contract_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def role_arn
  @role_arn
end

#system_ids::Array[::String]

Returns the value of attribute system_ids.

Returns:

  • (::Array[::String])


457
458
459
# File 'sig/types.rbs', line 457

def system_ids
  @system_ids
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def url
  @url
end