Skip to content

/AWS1/CL_S3_LISTBKTMETCONFSOUT

ListBucketMetricsConfigurationsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_istruncated TYPE /AWS1/S3_ISTRUNCATED /AWS1/S3_ISTRUNCATED

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

iv_continuationtoken TYPE /AWS1/S3_TOKEN /AWS1/S3_TOKEN

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

iv_nextcontinuationtoken TYPE /AWS1/S3_NEXTTOKEN /AWS1/S3_NEXTTOKEN

The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

it_metricsconfigurationlist TYPE /AWS1/CL_S3_METRICSCONF=>TT_METRICSCONFIGURATIONLIST TT_METRICSCONFIGURATIONLIST

The list of metrics configurations for a bucket.


Queryable Attributes

IsTruncated

Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED, with configurable default
ASK_ISTRUNCATED() Getter for ISTRUNCATED w/ exceptions if field has no value
HAS_ISTRUNCATED() Determine if ISTRUNCATED has a value

ContinuationToken

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

Accessible with the following methods

Method Description
GET_CONTINUATIONTOKEN() Getter for CONTINUATIONTOKEN, with configurable default
ASK_CONTINUATIONTOKEN() Getter for CONTINUATIONTOKEN w/ exceptions if field has no v
HAS_CONTINUATIONTOKEN() Determine if CONTINUATIONTOKEN has a value

NextContinuationToken

The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.

Accessible with the following methods

Method Description
GET_NEXTCONTINUATIONTOKEN() Getter for NEXTCONTINUATIONTOKEN, with configurable default
ASK_NEXTCONTINUATIONTOKEN() Getter for NEXTCONTINUATIONTOKEN w/ exceptions if field has
HAS_NEXTCONTINUATIONTOKEN() Determine if NEXTCONTINUATIONTOKEN has a value

MetricsConfigurationList

The list of metrics configurations for a bucket.

Accessible with the following methods

Method Description
GET_METRICSCONFIGURATIONLIST() Getter for METRICSCONFIGURATIONLIST, with configurable defau
ASK_METRICSCONFIGURATIONLIST() Getter for METRICSCONFIGURATIONLIST w/ exceptions if field h
HAS_METRICSCONFIGURATIONLIST() Determine if METRICSCONFIGURATIONLIST has a value