Class: Aws::Keyspaces::Types::DeleteTypeResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Keyspaces::Types::DeleteTypeResponse
 
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #keyspace_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN). 
- 
  
    
      #type_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the type that was deleted. 
Instance Attribute Details
#keyspace_arn ⇒ String
The unique identifier of the keyspace from which the type was deleted in the format of an Amazon Resource Name (ARN).
| 874 875 876 877 878 879 | # File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 874 class DeleteTypeResponse < Struct.new( :keyspace_arn, :type_name) SENSITIVE = [] include Aws::Structure end | 
#type_name ⇒ String
The name of the type that was deleted.
| 874 875 876 877 878 879 | # File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 874 class DeleteTypeResponse < Struct.new( :keyspace_arn, :type_name) SENSITIVE = [] include Aws::Structure end |