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.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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.



1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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>)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1297

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