Class: Aws::Types::CreateHsmConfigurationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateHsmConfigurationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#hsm_ip_address ⇒ ::String
Returns the value of attribute hsm_ip_address.
-
#hsm_partition_name ⇒ ::String
Returns the value of attribute hsm_partition_name.
-
#hsm_partition_password ⇒ ::String
Returns the value of attribute hsm_partition_password.
-
#hsm_server_public_certificate ⇒ ::String
Returns the value of attribute hsm_server_public_certificate.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
654 655 656 |
# File 'sig/types.rbs', line 654 def description @description end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
653 654 655 |
# File 'sig/types.rbs', line 653 def hsm_configuration_identifier @hsm_configuration_identifier end |
#hsm_ip_address ⇒ ::String
Returns the value of attribute hsm_ip_address.
655 656 657 |
# File 'sig/types.rbs', line 655 def hsm_ip_address @hsm_ip_address end |
#hsm_partition_name ⇒ ::String
Returns the value of attribute hsm_partition_name.
656 657 658 |
# File 'sig/types.rbs', line 656 def hsm_partition_name @hsm_partition_name end |
#hsm_partition_password ⇒ ::String
Returns the value of attribute hsm_partition_password.
657 658 659 |
# File 'sig/types.rbs', line 657 def hsm_partition_password @hsm_partition_password end |
#hsm_server_public_certificate ⇒ ::String
Returns the value of attribute hsm_server_public_certificate.
658 659 660 |
# File 'sig/types.rbs', line 658 def hsm_server_public_certificate @hsm_server_public_certificate end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
659 660 661 |
# File 'sig/types.rbs', line 659 def @tags end |