Class: Aws::FMS::Types::PutResourceSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FMS::Types::PutResourceSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_set  ⇒ Types::ResourceSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the resource set.
 - 
  
    
      #resource_set_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the resource set.
 
Instance Attribute Details
#resource_set ⇒ Types::ResourceSet
Details about the resource set.
      4109 4110 4111 4112 4113 4114  | 
    
      # File 'lib/aws-sdk-fms/types.rb', line 4109 class PutResourceSetResponse < Struct.new( :resource_set, :resource_set_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_set_arn ⇒ String
The Amazon Resource Name (ARN) of the resource set.
      4109 4110 4111 4112 4113 4114  | 
    
      # File 'lib/aws-sdk-fms/types.rb', line 4109 class PutResourceSetResponse < Struct.new( :resource_set, :resource_set_arn) SENSITIVE = [] include Aws::Structure end  |