Class: Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DisableSnapshotBlockPublicAccessResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns unblockedif the request succeeds.
Instance Attribute Details
#state ⇒ String
Returns unblocked if the request succeeds.
| 34666 34667 34668 34669 34670 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34666 class DisableSnapshotBlockPublicAccessResult < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |