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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-fms/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-fms/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-fms/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-fms/types.rb', line 4425

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)


4425
4426
4427
4428
4429
4430
4431
4432
4433
# File 'lib/aws-sdk-fms/types.rb', line 4425

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