Class: Aws::Types::DescribeTrustStoreAssociationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoreAssociationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
465 466 467 |
# File 'sig/types.rbs', line 465 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
466 467 468 |
# File 'sig/types.rbs', line 466 def page_size @page_size end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
464 465 466 |
# File 'sig/types.rbs', line 464 def trust_store_arn @trust_store_arn end |