Class: Aws::Types::DescribeTrustStoreAssociationsInput

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:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def marker
  @marker
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def trust_store_arn
  @trust_store_arn
end