Class: Aws::Types::UpdateCACertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


5057
5058
5059
# File 'sig/types.rbs', line 5057

def certificate_id
  @certificate_id
end

#new_auto_registration_status"ENABLE", "DISABLE"

Returns the value of attribute new_auto_registration_status.

Returns:

  • ("ENABLE", "DISABLE")


5059
5060
5061
# File 'sig/types.rbs', line 5059

def new_auto_registration_status
  @new_auto_registration_status
end

#new_status"ACTIVE", "INACTIVE"

Returns the value of attribute new_status.

Returns:

  • ("ACTIVE", "INACTIVE")


5058
5059
5060
# File 'sig/types.rbs', line 5058

def new_status
  @new_status
end

#registration_configTypes::RegistrationConfig

Returns the value of attribute registration_config.



5060
5061
5062
# File 'sig/types.rbs', line 5060

def registration_config
  @registration_config
end

#remove_auto_registrationBoolean

Returns the value of attribute remove_auto_registration.

Returns:

  • (Boolean)


5061
5062
5063
# File 'sig/types.rbs', line 5061

def remove_auto_registration
  @remove_auto_registration
end