Class: Aws::Types::UpdateTrustStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates_to_add ⇒ ::Array[::String]
Returns the value of attribute certificates_to_add.
-
#certificates_to_delete ⇒ ::Array[::String]
Returns the value of attribute certificates_to_delete.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#certificates_to_add ⇒ ::Array[::String]
Returns the value of attribute certificates_to_add.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def certificates_to_add @certificates_to_add end |
#certificates_to_delete ⇒ ::Array[::String]
Returns the value of attribute certificates_to_delete.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def certificates_to_delete @certificates_to_delete end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def client_token @client_token end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def trust_store_arn @trust_store_arn end |