Class: Aws::Types::ModifyCertificateBasedAuthPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCertificateBasedAuthPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
Returns the value of attribute certificate_based_auth_properties.
-
#properties_to_delete ⇒ ::Array[("CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN")]
Returns the value of attribute properties_to_delete.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#certificate_based_auth_properties ⇒ Types::CertificateBasedAuthProperties
Returns the value of attribute certificate_based_auth_properties.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def certificate_based_auth_properties @certificate_based_auth_properties end |
#properties_to_delete ⇒ ::Array[("CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN")]
Returns the value of attribute properties_to_delete.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def properties_to_delete @properties_to_delete end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def resource_id @resource_id end |