Class: Aws::FMS::Types::ResourceSetSummary

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

Overview

Summarizes the resource sets used in a policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the resource set.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4416

class ResourceSetSummary < Struct.new(
  :id,
  :name,
  :description,
  :last_update_time,
  :resource_set_status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4416

class ResourceSetSummary < Struct.new(
  :id,
  :name,
  :description,
  :last_update_time,
  :resource_set_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last time that the resource set was changed.

Returns:

  • (Time)


4416
4417
4418
4419
4420
4421
4422
4423
4424
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4416

class ResourceSetSummary < Struct.new(
  :id,
  :name,
  :description,
  :last_update_time,
  :resource_set_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The descriptive name of the resource set. You can't change the name of a resource set after you create it.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4416

class ResourceSetSummary < Struct.new(
  :id,
  :name,
  :description,
  :last_update_time,
  :resource_set_status)
  SENSITIVE = []
  include Aws::Structure
end

#resource_set_statusString

Indicates whether the resource set is in or out of an admin's Region scope.

  • ACTIVE - The administrator can manage and delete the resource set.

  • OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
4422
4423
4424
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4416

class ResourceSetSummary < Struct.new(
  :id,
  :name,
  :description,
  :last_update_time,
  :resource_set_status)
  SENSITIVE = []
  include Aws::Structure
end