Class: Aws::Types::SpekeKeyProvider
- Inherits:
-
Object
- Object
- Aws::Types::SpekeKeyProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#system_ids ⇒ ::Array[::String]
Returns the value of attribute system_ids.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#encryption_contract_configuration ⇒ Types::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.
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.
457 458 459 |
# File 'sig/types.rbs', line 457 def system_ids @system_ids end |
#url ⇒ ::String
Returns the value of attribute url.
458 459 460 |
# File 'sig/types.rbs', line 458 def url @url end |