Class: Aws::Types::HsmConfiguration

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)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def description
  @description
end

#hsm_configuration_identifier::String

Returns the value of attribute hsm_configuration_identifier.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def hsm_configuration_identifier
  @hsm_configuration_identifier
end

#hsm_ip_address::String

Returns the value of attribute hsm_ip_address.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def hsm_ip_address
  @hsm_ip_address
end

#hsm_partition_name::String

Returns the value of attribute hsm_partition_name.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def hsm_partition_name
  @hsm_partition_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1670
1671
1672
# File 'sig/types.rbs', line 1670

def tags
  @tags
end