Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::PrometheusService::Types::RuleGroupsNamespaceDescription

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

Overview

The details about one rule groups namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the rule groups namespace. For example, arn:aws:aps:<region>:123456789012:rulegroupsnamespace/ws-example1-1234-abcd-5678-ef90abcd1234/rulesfile1.

Returns:

  • (String)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the rule groups namespace was created.

Returns:

  • (Time)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The rule groups file used in the namespace.

For details about the rule groups namespace structure, see RuleGroupsNamespaceData.

Returns:

  • (String)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time that the rule groups namespace was most recently changed.

Returns:

  • (Time)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule groups namespace.

Returns:

  • (String)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::RuleGroupsNamespaceStatus

The current status of the rule groups namespace.


1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tag keys and values that are associated with the rule groups namespace.

Returns:

  • (Hash<String,String>)

1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1329

class RuleGroupsNamespaceDescription < Struct.new(
  :arn,
  :created_at,
  :data,
  :modified_at,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end