Class: Aws::Types::SpekeKeyProvider
- Inherits:
-
Object
- Object
- Aws::Types::SpekeKeyProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#system_ids ⇒ ::Array[::String]
Returns the value of attribute system_ids.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def certificate_arn @certificate_arn end |
#encryption_contract_configuration ⇒ Types::EncryptionContractConfiguration
Returns the value of attribute encryption_contract_configuration.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def encryption_contract_configuration @encryption_contract_configuration end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def resource_id @resource_id end |
#system_ids ⇒ ::Array[::String]
Returns the value of attribute system_ids.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def system_ids @system_ids end |
#url ⇒ ::String
Returns the value of attribute url.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def url @url end |