elbv2_describe_trust_stores: Describes all trust stores for the specified account

View source: R/elbv2_operations.R

elbv2_describe_trust_storesR Documentation

Describes all trust stores for the specified account

Description

Describes all trust stores for the specified account.

See https://www.paws-r-sdk.com/docs/elbv2_describe_trust_stores/ for full documentation.

Usage

elbv2_describe_trust_stores(
  TrustStoreArns = NULL,
  Names = NULL,
  Marker = NULL,
  PageSize = NULL
)

Arguments

TrustStoreArns

The Amazon Resource Name (ARN) of the trust store.

Names

The names of the trust stores.

Marker

The marker for the next set of results. (You received this marker from a previous call.)

PageSize

The maximum number of results to return with this call.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.