Class: Aws::CloudWatchOmni::Types::CreateViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Idempotency token for safe retries. Retrying with the same token returns the original view instead of creating a duplicate.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1347

class CreateViewRequest < Struct.new(
  :name,
  :definition,
  :description,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

The SQL query that defines the view.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1347

class CreateViewRequest < Struct.new(
  :name,
  :definition,
  :description,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the view.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1347

class CreateViewRequest < Struct.new(
  :name,
  :definition,
  :description,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the view. Must begin with the "view." prefix. View names must be unique within the account and region.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1347

class CreateViewRequest < Struct.new(
  :name,
  :definition,
  :description,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Resource tags.

Returns:

  • (Hash<String,String>)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1347

class CreateViewRequest < Struct.new(
  :name,
  :definition,
  :description,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end