Class: Aws::Types::CreateCustomMetricRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def client_request_token
  @client_request_token
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def display_name
  @display_name
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def metric_name
  @metric_name
end

#metric_type"string-list", ...

Returns the value of attribute metric_type.

Returns:

  • ("string-list", "ip-address-list", "number-list", "number")


836
837
838
# File 'sig/types.rbs', line 836

def metric_type
  @metric_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def tags
  @tags
end