Class: Aws::Types::DescribeHsmConfigurationsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_configuration_identifier::String

Returns the value of attribute hsm_configuration_identifier.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def hsm_configuration_identifier
  @hsm_configuration_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1188
1189
1190
# File 'sig/types.rbs', line 1188

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1189
1190
1191
# File 'sig/types.rbs', line 1189

def tag_values
  @tag_values
end