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)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def description
  @description
end

#hsm_configuration_identifier::String

Returns the value of attribute hsm_configuration_identifier.

Returns:

  • (::String)


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

def hsm_configuration_identifier
  @hsm_configuration_identifier
end

#hsm_ip_address::String

Returns the value of attribute hsm_ip_address.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def hsm_ip_address
  @hsm_ip_address
end

#hsm_partition_name::String

Returns the value of attribute hsm_partition_name.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def hsm_partition_name
  @hsm_partition_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1675
1676
1677
# File 'sig/types.rbs', line 1675

def tags
  @tags
end