Class: Aws::WorkSpaces::Types::ModifyCertificateBasedAuthPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyCertificateBasedAuthPropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
The properties of the certificate-based authentication.
-
#properties_to_delete ⇒ Array<String>
The properties of the certificate-based authentication you want to delete.
-
#resource_id ⇒ String
The resource identifiers, in the form of directory IDs.
Instance Attribute Details
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
The properties of the certificate-based authentication.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3577 class ModifyCertificateBasedAuthPropertiesRequest < Struct.new( :resource_id, :certificate_based_auth_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |
#properties_to_delete ⇒ Array<String>
The properties of the certificate-based authentication you want to delete.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3577 class ModifyCertificateBasedAuthPropertiesRequest < Struct.new( :resource_id, :certificate_based_auth_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource identifiers, in the form of directory IDs.
3577 3578 3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3577 class ModifyCertificateBasedAuthPropertiesRequest < Struct.new( :resource_id, :certificate_based_auth_properties, :properties_to_delete) SENSITIVE = [] include Aws::Structure end |