Class: Aws::GuardDuty::Types::RdsLimitlessDbDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::RdsLimitlessDbDetails
 
 
- Defined in:
 - gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the resource type RDSLimitlessDB that is
involved in a GuardDuty finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the database cluster that is a part of the Limitless Database.
 - 
  
    
      #db_shard_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) that identifies the DB shard group.
 - 
  
    
      #db_shard_group_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name associated with the Limitless DB shard group.
 - 
  
    
      #db_shard_group_resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource identifier of the DB shard group within the Limitless Database.
 - 
  
    
      #engine  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database engine of the database instance involved in the finding.
 - 
  
    
      #engine_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the database engine.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the tag key-value pair.
 
Instance Attribute Details
#db_cluster_identifier ⇒ String
The name of the database cluster that is a part of the Limitless Database.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#db_shard_group_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the DB shard group.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#db_shard_group_identifier ⇒ String
The name associated with the Limitless DB shard group.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#db_shard_group_resource_id ⇒ String
The resource identifier of the DB shard group within the Limitless Database.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#engine ⇒ String
The database engine of the database instance involved in the finding.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#engine_version ⇒ String
The version of the database engine.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Information about the tag key-value pair.
      8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186  | 
    
      # File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8176 class RdsLimitlessDbDetails < Struct.new( :db_shard_group_identifier, :db_shard_group_resource_id, :db_shard_group_arn, :engine, :engine_version, :db_cluster_identifier, :tags) SENSITIVE = [] include Aws::Structure end  |