Class: Aws::FMS::Types::PutResourceSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_setTypes::ResourceSet

Details about the resource set.

Returns:



4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4105

class PutResourceSetResponse < Struct.new(
  :resource_set,
  :resource_set_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_set_arnString

The Amazon Resource Name (ARN) of the resource set.

Returns:

  • (String)


4105
4106
4107
4108
4109
4110
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4105

class PutResourceSetResponse < Struct.new(
  :resource_set,
  :resource_set_arn)
  SENSITIVE = []
  include Aws::Structure
end