Class: Aws::PI::Types::ListAvailableResourceDimensionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_actionsArray<String>

The actions to discover the dimensions you are authorized to access. If you specify multiple actions, then the response will contain the dimensions common for all the actions.

When you don’t specify this request parameter or provide an empty list, the response contains all the available dimensions for the target database engine whether or not you are authorized to access them.

Returns:

  • (Array<String>)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its ‘DbiResourceId` value. For example, specify `db-ABCDEFGHIJKLMNOPQRSTU1VWZ`.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return in the response. If more items exist than the specified ‘MaxRecords` value, a pagination token is included in the response so that the remaining results can be retrieved.

Returns:

  • (Integer)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end

#metricsArray<String>

The types of metrics for which to retrieve dimensions. Valid values include ‘db.load`.

Returns:

  • (Array<String>)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

The Amazon Web Services service for which Performance Insights returns metrics.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
# File 'lib/aws-sdk-pi/types.rb', line 1232

class ListAvailableResourceDimensionsRequest < Struct.new(
  :service_type,
  :identifier,
  :metrics,
  :max_results,
  :next_token,
  :authorized_actions)
  SENSITIVE = []
  include Aws::Structure
end