Class: Aws::Types::DescribeTrustStoresInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def marker
  @marker
end

#names::Array[::String]

Returns the value of attribute names.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def names
  @names
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:



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.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def trust_store_arns
  @trust_store_arns
end