Class: Aws::SESV2::Types::GetDedicatedIpResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::GetDedicatedIpResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
Information about a dedicated IP address.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dedicated_ip  ⇒ Types::DedicatedIp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that contains information about a dedicated IP address.
 
Instance Attribute Details
#dedicated_ip ⇒ Types::DedicatedIp
An object that contains information about a dedicated IP address.
      3070 3071 3072 3073 3074  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 3070 class GetDedicatedIpResponse < Struct.new( :dedicated_ip) SENSITIVE = [] include Aws::Structure end  |