Class: Aws::Types::DescribeDimensionKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metrics::Array[::String]

Returns the value of attribute additional_metrics.

Returns:

  • (::Array[::String])


76
77
78
# File 'sig/types.rbs', line 76

def additional_metrics
  @additional_metrics
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def end_time
  @end_time
end

#filter::Hash[::String, ::String]

Returns the value of attribute filter.

Returns:

  • (::Hash[::String, ::String])


78
79
80
# File 'sig/types.rbs', line 78

def filter
  @filter
end

#group_byTypes::DimensionGroup

Returns the value of attribute group_by.



75
76
77
# File 'sig/types.rbs', line 75

def group_by
  @group_by
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


79
80
81
# File 'sig/types.rbs', line 79

def max_results
  @max_results
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def metric
  @metric
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def next_token
  @next_token
end

#partition_byTypes::DimensionGroup

Returns the value of attribute partition_by.



77
78
79
# File 'sig/types.rbs', line 77

def partition_by
  @partition_by
end

#period_in_seconds::Integer

Returns the value of attribute period_in_seconds.

Returns:

  • (::Integer)


74
75
76
# File 'sig/types.rbs', line 74

def period_in_seconds
  @period_in_seconds
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


69
70
71
# File 'sig/types.rbs', line 69

def service_type
  @service_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def start_time
  @start_time
end