Class: Aws::IoT::Types::UpdateCACertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateCACertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input to the UpdateCACertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The CA certificate identifier.
-
#new_auto_registration_status ⇒ String
The new value for the auto registration status.
-
#new_status ⇒ String
The updated status of the CA certificate.
-
#registration_config ⇒ Types::RegistrationConfig
Information about the registration configuration.
-
#remove_auto_registration ⇒ Boolean
If true, removes auto registration.
Instance Attribute Details
#certificate_id ⇒ String
The CA certificate identifier.
17228 17229 17230 17231 17232 17233 17234 17235 17236 |
# File 'lib/aws-sdk-iot/types.rb', line 17228 class UpdateCACertificateRequest < Struct.new( :certificate_id, :new_status, :new_auto_registration_status, :registration_config, :remove_auto_registration) SENSITIVE = [] include Aws::Structure end |
#new_auto_registration_status ⇒ String
The new value for the auto registration status. Valid values are: “ENABLE” or “DISABLE”.
17228 17229 17230 17231 17232 17233 17234 17235 17236 |
# File 'lib/aws-sdk-iot/types.rb', line 17228 class UpdateCACertificateRequest < Struct.new( :certificate_id, :new_status, :new_auto_registration_status, :registration_config, :remove_auto_registration) SENSITIVE = [] include Aws::Structure end |
#new_status ⇒ String
The updated status of the CA certificate.
Note: The status value REGISTER_INACTIVE is deprecated and should not be used.
17228 17229 17230 17231 17232 17233 17234 17235 17236 |
# File 'lib/aws-sdk-iot/types.rb', line 17228 class UpdateCACertificateRequest < Struct.new( :certificate_id, :new_status, :new_auto_registration_status, :registration_config, :remove_auto_registration) SENSITIVE = [] include Aws::Structure end |
#registration_config ⇒ Types::RegistrationConfig
Information about the registration configuration.
17228 17229 17230 17231 17232 17233 17234 17235 17236 |
# File 'lib/aws-sdk-iot/types.rb', line 17228 class UpdateCACertificateRequest < Struct.new( :certificate_id, :new_status, :new_auto_registration_status, :registration_config, :remove_auto_registration) SENSITIVE = [] include Aws::Structure end |
#remove_auto_registration ⇒ Boolean
If true, removes auto registration.
17228 17229 17230 17231 17232 17233 17234 17235 17236 |
# File 'lib/aws-sdk-iot/types.rb', line 17228 class UpdateCACertificateRequest < Struct.new( :certificate_id, :new_status, :new_auto_registration_status, :registration_config, :remove_auto_registration) SENSITIVE = [] include Aws::Structure end |