Class: Aws::Types::CreateHsmConfigurationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def tags
  @tags
end