Class: ThriftHiveMetastore::Drop_role_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/thrift_hive_metastore.rb

Constant Summary collapse

ROLE_NAME =
1
FIELDS =
{
  ROLE_NAME => {:type => ::Thrift::Types::STRING, :name => 'role_name'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3383
# File 'lib/thrift/thrift_hive_metastore.rb', line 3383

def struct_fields; FIELDS; end

#validateObject



3385
3386
# File 'lib/thrift/thrift_hive_metastore.rb', line 3385

def validate
end