Class: Aws::Types::DescribeTrustStoresInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoresInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#names ⇒ ::Array[::String]
Returns the value of attribute names.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#trust_store_arns ⇒ ::Array[::String]
Returns the value of attribute trust_store_arns.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
501 502 503 |
# File 'sig/types.rbs', line 501 def marker @marker end |
#names ⇒ ::Array[::String]
Returns the value of attribute names.
500 501 502 |
# File 'sig/types.rbs', line 500 def names @names end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
502 503 504 |
# File 'sig/types.rbs', line 502 def page_size @page_size end |
#trust_store_arns ⇒ ::Array[::String]
Returns the value of attribute trust_store_arns.
499 500 501 |
# File 'sig/types.rbs', line 499 def trust_store_arns @trust_store_arns end |