Class: Aws::Types::DakCertificateMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ap_id ⇒ ::String

Returns the value of attribute ap_id.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def ap_id
  @ap_id
end

#certificate_id ⇒ ::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def certificate_id
  @certificate_id
end

#device_type_id ⇒ ::String

Returns the value of attribute device_type_id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def device_type_id
  @device_type_id
end

#factory_support ⇒ Boolean

Returns the value of attribute factory_support.

Returns:

  • (Boolean)


355
356
357
# File 'sig/types.rbs', line 355

def factory_support
  @factory_support
end

#max_allowed_signature ⇒ ::Integer

Returns the value of attribute max_allowed_signature.

Returns:

  • (::Integer)


354
355
356
# File 'sig/types.rbs', line 354

def max_allowed_signature
  @max_allowed_signature
end