Class: Aws::Types::CreateTrustStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_list ⇒ ::Array[::String]
Returns the value of attribute certificate_list.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_list ⇒ ::Array[::String]
Returns the value of attribute certificate_list.
308 309 310 |
# File 'sig/types.rbs', line 308 def certificate_list @certificate_list end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
310 311 312 |
# File 'sig/types.rbs', line 310 def client_token @client_token end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
309 310 311 |
# File 'sig/types.rbs', line 309 def @tags end |