Class: Aws::Types::DescribeHsmClientCertificatesMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificate_identifier::String

Returns the value of attribute hsm_client_certificate_identifier.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def hsm_client_certificate_identifier
  @hsm_client_certificate_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def max_records
  @max_records
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


1179
1180
1181
# File 'sig/types.rbs', line 1179

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


1180
1181
1182
# File 'sig/types.rbs', line 1180

def tag_values
  @tag_values
end