Class: Aws::Types::TrustStore
- Inherits:
-
Object
- Object
- Aws::Types::TrustStore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def associated_portal_arns @associated_portal_arns end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def trust_store_arn @trust_store_arn end |