Class: Aws::Glue::Types::CreatePartitionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreatePartitionRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #catalog_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services account ID of the catalog in which the partition is to be created. 
- 
  
    
      #database_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the metadata database in which the partition is to be created. 
- 
  
    
      #partition_input  ⇒ Types::PartitionInput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘PartitionInput` structure defining the partition to be created. 
- 
  
    
      #table_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the metadata table in which the partition is to be created. 
Instance Attribute Details
#catalog_id ⇒ String
The Amazon Web Services account ID of the catalog in which the partition is to be created.
| 6417 6418 6419 6420 6421 6422 6423 6424 | # File 'lib/aws-sdk-glue/types.rb', line 6417 class CreatePartitionRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_input) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
The name of the metadata database in which the partition is to be created.
| 6417 6418 6419 6420 6421 6422 6423 6424 | # File 'lib/aws-sdk-glue/types.rb', line 6417 class CreatePartitionRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_input) SENSITIVE = [] include Aws::Structure end | 
#partition_input ⇒ Types::PartitionInput
A ‘PartitionInput` structure defining the partition to be created.
| 6417 6418 6419 6420 6421 6422 6423 6424 | # File 'lib/aws-sdk-glue/types.rb', line 6417 class CreatePartitionRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_input) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
The name of the metadata table in which the partition is to be created.
| 6417 6418 6419 6420 6421 6422 6423 6424 | # File 'lib/aws-sdk-glue/types.rb', line 6417 class CreatePartitionRequest < Struct.new( :catalog_id, :database_name, :table_name, :partition_input) SENSITIVE = [] include Aws::Structure end |